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

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

revision 1356 by ossman_, Tue Jan 2 11:39:56 2007 UTC revision 1364 by jsorg71, Thu Jan 4 04:55:56 2007 UTC
# Line 128  sgi_close(void) Line 128  sgi_close(void)
128  }  }
129    
130  BOOL  BOOL
131  sgi_format_supported(WAVEFORMATEX * pwfx)  sgi_format_supported(RD_WAVEFORMATEX * pwfx)
132  {  {
133          if (pwfx->wFormatTag != WAVE_FORMAT_PCM)          if (pwfx->wFormatTag != WAVE_FORMAT_PCM)
134                  return False;                  return False;
# Line 141  sgi_format_supported(WAVEFORMATEX * pwfx Line 141  sgi_format_supported(WAVEFORMATEX * pwfx
141  }  }
142    
143  BOOL  BOOL
144  sgi_set_format(WAVEFORMATEX * pwfx)  sgi_set_format(RD_WAVEFORMATEX * pwfx)
145  {  {
146          int channels;          int channels;
147          int frameSize, channelCount;          int frameSize, channelCount;

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

  ViewVC Help
Powered by ViewVC 1.1.26