# HG changeset patch # User alex # Date 1048697297 0 # Node ID 43c6bc4e7e2ff6defa308e8ca90c04c2465a2356 # Parent 1d598bf65571ad59491364f02e407c90c8def74e macosx fix by Dan Christiansen diff -r 1d598bf65571 -r 43c6bc4e7e2f libmpcodecs/ad_qtaudio.c --- 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;