changeset 9694:43c6bc4e7e2f

macosx fix by Dan Christiansen <danchr@daimi.au.dk>
author alex
date Wed, 26 Mar 2003 16:48:17 +0000
parents 1d598bf65571
children 68c44d3530c8
files libmpcodecs/ad_qtaudio.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ad_qtaudio.c	Wed Mar 26 15:49:10 2003 +0000
+++ b/libmpcodecs/ad_qtaudio.c	Wed Mar 26 16:48:17 2003 +0000
@@ -176,15 +176,15 @@
     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
     
+#if 1
 	OutputFormatInfo.flags = InputFormatInfo.flags = 0;
 	OutputFormatInfo.sampleCount = InputFormatInfo.sampleCount = 0;
 	OutputFormatInfo.buffer = InputFormatInfo.buffer = NULL;