/[rdesktop]/sourceforge.net/trunk/rdesktop/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/trunk/rdesktop/rdpsnd.c

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

revision 1255 by stargo, Sun Sep 17 11:04:50 2006 UTC revision 1256 by stargo, Sun Sep 17 11:42:22 2006 UTC
# Line 38  int g_dsp_fd; Line 38  int g_dsp_fd;
38    
39  static VCHANNEL *rdpsnd_channel;  static VCHANNEL *rdpsnd_channel;
40  static struct audio_driver *drivers = NULL;  static struct audio_driver *drivers = NULL;
41  static struct audio_driver *current_driver = NULL;  struct audio_driver *current_driver = NULL;
42    
43  static BOOL device_open;  static BOOL device_open;
44  static WAVEFORMATEX formats[MAX_FORMATS];  static WAVEFORMATEX formats[MAX_FORMATS];
45  static unsigned int format_count;  static unsigned int format_count;
46  static unsigned int current_format;  static unsigned int current_format;
47  static unsigned int queue_hi, queue_lo;  unsigned int queue_hi, queue_lo;
48  static struct audio_packet packet_queue[MAX_QUEUE];  struct audio_packet packet_queue[MAX_QUEUE];
49    
50  void (*wave_out_play) (void);  void (*wave_out_play) (void);
51    

Legend:
Removed from v.1255  
changed lines
  Added in v.1256

  ViewVC Help
Powered by ViewVC 1.1.26