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

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

revision 761 by stargo, Fri Sep 3 22:35:08 2004 UTC revision 778 by jsorg71, Sun Oct 3 20:19:51 2004 UTC
# Line 1  Line 1 
1  /*  /*
2     rdesktop: A Remote Desktop Protocol client.     rdesktop: A Remote Desktop Protocol client.
3     Sound Channel Process Functions - Open Sound System     Sound Channel Process Functions - Open Sound System
4     Copyright (C) Matthew Chapman 2003     Copyright (C) Matthew Chapman 2003
# Line 212  wave_out_write(STREAM s, uint16 tick, ui Line 212  wave_out_write(STREAM s, uint16 tick, ui
212          packet->s.p += 4;          packet->s.p += 4;
213    
214          /* we steal the data buffer from s, give it a new one */          /* we steal the data buffer from s, give it a new one */
215          s->data = malloc(s->size);          s->data = (uint8 *) malloc(s->size);
216    
217          if (!g_dsp_busy)          if (!g_dsp_busy)
218                  wave_out_play();                  wave_out_play();

Legend:
Removed from v.761  
changed lines
  Added in v.778

  ViewVC Help
Powered by ViewVC 1.1.26