[Mplayer-cvslog] CVS: 0_90/libmpcodecs ad_qtaudio.c,1.8,1.9
Alex Beregszaszi
alex at mplayerhq.hu
Tue Apr 8 18:13:49 CEST 2003
Update of /cvsroot/mplayer/0_90/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv24924
Modified Files:
ad_qtaudio.c
Log Message:
macosx compile fix, patch by Dan Christiansen <danchr at daimi.au.dk>
Index: ad_qtaudio.c
===================================================================
RCS file: /cvsroot/mplayer/0_90/libmpcodecs/ad_qtaudio.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ad_qtaudio.c 10 Mar 2003 16:04:56 -0000 1.8
+++ ad_qtaudio.c 8 Apr 2003 16:13:47 -0000 1.9
@@ -176,14 +176,13 @@
EnterMovies();
#else
if(loader_init()) return 0; // failed to load DLL
-#endif
printf("loader_init DONE!\n");
-#if 1
error = InitializeQTML(6+16);
printf("InitializeQTML:%i\n",error);
if(error) return 0;
+#endif
OutputFormatInfo.flags = InputFormatInfo.flags = 0;
OutputFormatInfo.sampleCount = InputFormatInfo.sampleCount = 0;
@@ -233,8 +232,6 @@
sh->i_bps=sh->wf->nAvgBytesPerSec;
//InputBufferSize*WantedBufferSize/OutputBufferSize;
-
-#endif
if(sh->format==0x3343414D){
// MACE 3:1
More information about the MPlayer-cvslog
mailing list