/[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 837 by stargo, Tue Mar 8 12:16:22 2005 UTC revision 838 by stargo, Tue Mar 8 12:29:19 2005 UTC
# Line 83  wave_out_close(void) Line 83  wave_out_close(void)
83    
84          if (o_device != NULL)          if (o_device != NULL)
85                  ao_close(o_device);                  ao_close(o_device);
86    
87          ao_shutdown();          ao_shutdown();
88  }  }
89    
# Line 132  wave_out_set_format(WAVEFORMATEX * pwfx) Line 133  wave_out_set_format(WAVEFORMATEX * pwfx)
133  void  void
134  wave_out_volume(uint16 left, uint16 right)  wave_out_volume(uint16 left, uint16 right)
135  {  {
136            warning("volume changes not supported with libao-output\n");
137  }  }
138    
139  void  void

Legend:
Removed from v.837  
changed lines
  Added in v.838

  ViewVC Help
Powered by ViewVC 1.1.26