changeset 17339:ba7af0bb3e96

disabled hack to read the properties of mpeg1/2 video in avi and asf: it's totally useless and leads mplayer to crash
author nicodvb
date Sat, 07 Jan 2006 22:20:46 +0000
parents 217b6c98f815
children 6680a3bde83c
files libmpdemux/video.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/video.c	Sat Jan 07 22:09:10 2006 +0000
+++ b/libmpdemux/video.c	Sat Jan 07 22:20:46 2006 +0000
@@ -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) ||