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

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

revision 1372 by jsorg71, Thu Jan 4 05:39:39 2007 UTC revision 1373 by stargo, Mon Jan 8 12:38:34 2007 UTC
# Line 33  Line 33 
33    
34  static ao_device *o_device = NULL;  static ao_device *o_device = NULL;
35  static int default_driver;  static int default_driver;
36  static BOOL reopened;  static RD_BOOL reopened;
37  static char *libao_device = NULL;  static char *libao_device = NULL;
38    
39  void libao_play(void);  void libao_play(void);
# Line 55  libao_check_fds(fd_set * rfds, fd_set * Line 55  libao_check_fds(fd_set * rfds, fd_set *
55                  libao_play();                  libao_play();
56  }  }
57    
58  BOOL  RD_BOOL
59  libao_open(void)  libao_open(void)
60  {  {
61          ao_sample_format format;          ao_sample_format format;
# Line 105  libao_close(void) Line 105  libao_close(void)
105          ao_shutdown();          ao_shutdown();
106  }  }
107    
108  BOOL  RD_BOOL
109  libao_set_format(RD_WAVEFORMATEX * pwfx)  libao_set_format(RD_WAVEFORMATEX * pwfx)
110  {  {
111          ao_sample_format format;          ao_sample_format format;

Legend:
Removed from v.1372  
changed lines
  Added in v.1373

  ViewVC Help
Powered by ViewVC 1.1.26