CVS: main dll_init.c,1.9,1.10
Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv20576 Modified Files: dll_init.c Log Message: ehh typo... Index: dll_init.c =================================================================== RCS file: /cvsroot/mplayer/main/dll_init.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** dll_init.c 2001/04/16 01:35:44 1.9 --- dll_init.c 2001/04/16 03:01:46 1.10 *************** *** 246,250 **** if(sh_video->codec->outflags[sh_video->outfmtidx] & CODECS_FLAG_YUVHACK) ! sh_video->o_bih.biCompression = mmioFOURCC('Y','U','Y','2'); // avi_header.our_in_buffer=malloc(avi_header.video.dwSuggestedBufferSize); // FIXME!!!! --- 246,250 ---- if(sh_video->codec->outflags[sh_video->outfmtidx] & CODECS_FLAG_YUVHACK) ! sh_video->o_bih.biCompression = outfmt; // avi_header.our_in_buffer=malloc(avi_header.video.dwSuggestedBufferSize); // FIXME!!!! _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
GEREOFFY