/[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 499 by astrand, Wed Oct 15 14:01:32 2003 UTC revision 665 by astrand, Sat Apr 17 07:24:22 2004 UTC
# Line 38  static WAVEFORMATEX formats[MAX_FORMATS] Line 38  static WAVEFORMATEX formats[MAX_FORMATS]
38  static unsigned int format_count;  static unsigned int format_count;
39  static unsigned int current_format;  static unsigned int current_format;
40    
41  STREAM  static STREAM
42  rdpsnd_init_packet(uint16 type, uint16 size)  rdpsnd_init_packet(uint16 type, uint16 size)
43  {  {
44          STREAM s;          STREAM s;
# Line 49  rdpsnd_init_packet(uint16 type, uint16 s Line 49  rdpsnd_init_packet(uint16 type, uint16 s
49          return s;          return s;
50  }  }
51    
52  void  static void
53  rdpsnd_send(STREAM s)  rdpsnd_send(STREAM s)
54  {  {
55  #ifdef RDPSND_DEBUG  #ifdef RDPSND_DEBUG
# Line 73  rdpsnd_send_completion(uint16 tick, uint Line 73  rdpsnd_send_completion(uint16 tick, uint
73          rdpsnd_send(s);          rdpsnd_send(s);
74  }  }
75    
76  void  static void
77  rdpsnd_process_negotiate(STREAM in)  rdpsnd_process_negotiate(STREAM in)
78  {  {
79          unsigned int in_format_count, i;          unsigned int in_format_count, i;
# Line 156  rdpsnd_process_negotiate(STREAM in) Line 156  rdpsnd_process_negotiate(STREAM in)
156          rdpsnd_send(out);          rdpsnd_send(out);
157  }  }
158    
159  void  static void
160  rdpsnd_process_unknown6(STREAM in)  rdpsnd_process_unknown6(STREAM in)
161  {  {
162          uint16 unknown1, unknown2;          uint16 unknown1, unknown2;
# Line 173  rdpsnd_process_unknown6(STREAM in) Line 173  rdpsnd_process_unknown6(STREAM in)
173          rdpsnd_send(out);          rdpsnd_send(out);
174  }  }
175    
176  void  static void
177  rdpsnd_process(STREAM s)  rdpsnd_process(STREAM s)
178  {  {
179          uint8 type;          uint8 type;

Legend:
Removed from v.499  
changed lines
  Added in v.665

  ViewVC Help
Powered by ViewVC 1.1.26