mirror of https://github.com/mpv-player/mpv
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:
parent
689a5a7571
commit
cee9b75818
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue