/[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 1411 by ossman_, Mon Jun 18 08:31:27 2007 UTC revision 1427 by ossman_, Fri Jan 18 15:11:57 2008 UTC
# Line 376  rdpsnd_process_rec_negotiate(STREAM in) Line 376  rdpsnd_process_rec_negotiate(STREAM in)
376                          in_uint8a(in, format->cb, readcnt);                          in_uint8a(in, format->cb, readcnt);
377                          in_uint8s(in, discardcnt);                          in_uint8s(in, discardcnt);
378    
379                          if (current_driver && current_driver->wave_in_format_supported(format))                          if (current_driver && current_driver->wave_in_format_supported
380                                && current_driver->wave_in_format_supported(format))
381                          {                          {
382                                  rec_format_count++;                                  rec_format_count++;
383                                  if (rec_format_count == MAX_FORMATS)                                  if (rec_format_count == MAX_FORMATS)

Legend:
Removed from v.1411  
changed lines
  Added in v.1427

  ViewVC Help
Powered by ViewVC 1.1.26