[MPlayer-cvslog] CVS: main/libmpdemux video.c,1.57,1.58

Nico Sabbi CVS syncmail at mplayerhq.hu
Sat Jan 7 23:20:48 CET 2006


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv16105

Modified Files:
	video.c 
Log Message:
disabled hack to read the properties of mpeg1/2 video in avi and asf: it's totally useless and leads mplayer to crash

Index: video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/video.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- video.c	31 Dec 2005 17:47:54 -0000	1.57
+++ video.c	7 Jan 2006 22:20:46 -0000	1.58
@@ -96,7 +96,7 @@
     sh_video->disp_w=sh_video->bih->biWidth;
     sh_video->disp_h=abs(sh_video->bih->biHeight);
 
-#if 1
+#if 0
     /* hack to support decoding of mpeg1 chunks in AVI's with libmpeg2 -- 2002 alex */
     if ((sh_video->format == 0x10000001) ||
 	(sh_video->format == 0x10000002) ||




More information about the MPlayer-cvslog mailing list