Update of /cvsroot/playerstage/code/player/server/drivers/audio
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10946/server/drivers/audio

Modified Files:
        .cvsignore audio_sample.cc 
Log Message:
applied Toby's patch to replace fixed-size arrays

Index: .cvsignore
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/audio/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .cvsignore  17 Sep 2007 02:18:54 -0000      1.2
--- .cvsignore  1 Nov 2007 22:16:17 -0000       1.3
***************
*** 3,4 ****
--- 3,5 ----
  .deps
  *.la
+ .libs

Index: audio_sample.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/audio/audio_sample.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** audio_sample.cc     12 Feb 2007 01:30:14 -0000      1.2
--- audio_sample.cc     1 Nov 2007 22:16:17 -0000       1.3
***************
*** 361,366 ****
        }
  
!       // Copy as many frames as can fit into PLAYER_AUDIO_WAV_BUFFER_SIZE 
bytes
!       uint32_t framesToCopy = PLAYER_AUDIO_WAV_BUFFER_SIZE / blockAlign;
        if (numFrames < framesToCopy)
                framesToCopy = numFrames;
--- 361,366 ----
        }
  
!       // Copy as many frames as can fit into PLAYER_MAX_MESSAGE_SIZE bytes
!       uint32_t framesToCopy = PLAYER_MAX_MESSAGE_SIZE / blockAlign;
        if (numFrames < framesToCopy)
                framesToCopy = numFrames;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to