Update of /cvsroot/playerstage/code/stage/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26396/src

Modified Files:
        model_audio.c 
Log Message:
small fixes in audio model


Index: model_audio.c
===================================================================
RCS file: /cvsroot/playerstage/code/stage/src/model_audio.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** model_audio.c       28 Jul 2006 22:04:01 -0000      1.3
--- model_audio.c       1 Aug 2006 04:20:49 -0000       1.4
***************
*** 60,68 ****
  
  #define AUDIO_FIG_DESTROY_LATER
  
  //#define AUDIO_DEBUG_ALLOC(...) {printf("Audio:memcheck:"); 
printf(__VA_ARGS__); fflush(stdout);} 
  #define AUDIO_DEBUG_ALLOC(...) {}
  
! #define AUDIO_DEBUG1(...) {printf("Audio: "); printf(__VA_ARGS__); 
fflush(stdout);}
  
  //#define AUDIO_DEBUG2(...) {printf("Audio debug2: "); printf(__VA_ARGS__); 
fflush(stdout);} 
--- 60,69 ----
  
  #define AUDIO_FIG_DESTROY_LATER
+ #define AUDIO_FIG_DESTROY_LIFEMS (100)
  
  //#define AUDIO_DEBUG_ALLOC(...) {printf("Audio:memcheck:"); 
printf(__VA_ARGS__); fflush(stdout);} 
  #define AUDIO_DEBUG_ALLOC(...) {}
  
! #define AUDIO_DEBUG1(...) { printf(__VA_ARGS__); fflush(stdout);}
  
  //#define AUDIO_DEBUG2(...) {printf("Audio debug2: "); printf(__VA_ARGS__); 
fflush(stdout);} 
***************
*** 1244,1248 ****
  
  #ifdef AUDIO_FIG_DESTROY_LATER
!     stg_rtk_fig_destroy_later(fig, 10);
  //    stg_rtk_fig_destroy(fig);
  #endif
--- 1245,1249 ----
  
  #ifdef AUDIO_FIG_DESTROY_LATER
!     stg_rtk_fig_destroy_later(fig, AUDIO_FIG_DESTROY_LIFEMS);
  //    stg_rtk_fig_destroy(fig);
  #endif


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to