Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv15428 Modified Files: mplayer.c Log Message: bih fix for mpegs Index: mplayer.c =================================================================== RCS file: /cvsroot/mplayer/main/mplayer.c,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -r1.63 -r1.64 *** mplayer.c 2001/04/15 14:33:49 1.63 --- mplayer.c 2001/04/15 14:46:07 1.64 *************** *** 869,873 **** // Go through the codec.conf and find the best codec... ! sh_video->codec=find_codec(sh_video->format,(unsigned int*) &sh_video->bih->biCompression,NULL,0); if(!sh_video->codec){ printf("Can't find codec for video format 0x%X !\n",sh_video->format); --- 869,874 ---- // Go through the codec.conf and find the best codec... ! sh_video->codec=find_codec(sh_video->format, ! sh_video->bih?((unsigned int*) &sh_video->bih->biCompression):NULL,NULL,0); if(!sh_video->codec){ printf("Can't find codec for video format 0x%X !\n",sh_video->format); _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
GEREOFFY