/[rdesktop]/sourceforge.net/rdesktop/trunk/rdpsnd.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/rdesktop/trunk/rdpsnd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1359 by ossman_, Tue Jan 2 16:30:06 2007 UTC revision 1364 by jsorg71, Thu Jan 4 04:55:56 2007 UTC
# Line 53  struct audio_driver *current_driver = NU Line 53  struct audio_driver *current_driver = NU
53  static BOOL device_open;  static BOOL device_open;
54  static BOOL rec_device_open;  static BOOL rec_device_open;
55    
56  static WAVEFORMATEX formats[MAX_FORMATS];  static RD_WAVEFORMATEX formats[MAX_FORMATS];
57  static unsigned int format_count;  static unsigned int format_count;
58  static unsigned int current_format;  static unsigned int current_format;
59    
60  static WAVEFORMATEX rec_formats[MAX_FORMATS];  static RD_WAVEFORMATEX rec_formats[MAX_FORMATS];
61  static unsigned int rec_format_count;  static unsigned int rec_format_count;
62    
63  unsigned int queue_hi, queue_lo, queue_pending;  unsigned int queue_hi, queue_lo, queue_pending;
# Line 212  rdpsnd_process_negotiate(STREAM in) Line 212  rdpsnd_process_negotiate(STREAM in)
212          uint16 in_format_count, i;          uint16 in_format_count, i;
213          uint8 pad;          uint8 pad;
214          uint16 version;          uint16 version;
215          WAVEFORMATEX *format;          RD_WAVEFORMATEX *format;
216          STREAM out;          STREAM out;
217          BOOL device_available = False;          BOOL device_available = False;
218          int readcnt;          int readcnt;
# Line 326  rdpsnd_process_rec_negotiate(STREAM in) Line 326  rdpsnd_process_rec_negotiate(STREAM in)
326  {  {
327          uint16 in_format_count, i;          uint16 in_format_count, i;
328          uint16 version;          uint16 version;
329          WAVEFORMATEX *format;          RD_WAVEFORMATEX *format;
330          STREAM out;          STREAM out;
331          BOOL device_available = False;          BOOL device_available = False;
332          int readcnt;          int readcnt;

Legend:
Removed from v.1359  
changed lines
  Added in v.1364

  ViewVC Help
Powered by ViewVC 1.1.26