/[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 1343 by ossman_, Wed Dec 6 13:55:34 2006 UTC revision 1344 by ossman_, Wed Dec 6 13:59:43 2006 UTC
# Line 112  rdpsnd_process_negotiate(STREAM in) Line 112  rdpsnd_process_negotiate(STREAM in)
112          in_uint16_le(in, version);          in_uint16_le(in, version);
113          in_uint8s(in, 1);       /* padding */          in_uint8s(in, 1);       /* padding */
114    
115          DEBUG_SOUND(("RDPSND: RDPSND_NEGOTIATE(formats: %d, pad1: 0x%02x, version: %x)\n",          DEBUG_SOUND(("RDPSND: RDPSND_NEGOTIATE(formats: %d, pad: 0x%02x, version: %x)\n",
116                       (int) in_format_count, (unsigned) pad1, (unsigned) version));                       (int) in_format_count, (unsigned) pad, (unsigned) version));
117    
118          if (current_driver->wave_out_open())          if (current_driver->wave_out_open())
119          {          {

Legend:
Removed from v.1343  
changed lines
  Added in v.1344

  ViewVC Help
Powered by ViewVC 1.1.26