macosx fix by Dan Christiansen <danchr@daimi.au.dk>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9695 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-03-26 16:48:17 +00:00
parent 689a5a7571
commit cee9b75818
1 changed files with 2 additions and 2 deletions

View File

@ -176,15 +176,15 @@ static int preinit(sh_audio_t *sh){
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;