summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-07 22:20:46 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-07 22:20:46 +0000
commit627d7781e60b8ee740811a6023faedb382b5a85b (patch)
tree9844f20caf43a39b34e60f9f88e2d6b9a8f78d61 /libmpdemux
parentf8239c18961d92d55164338382aae2c7a9e580d3 (diff)
downloadmpv-627d7781e60b8ee740811a6023faedb382b5a85b.tar.bz2
mpv-627d7781e60b8ee740811a6023faedb382b5a85b.tar.xz
disabled hack to read the properties of mpeg1/2 video in avi and asf: it's totally useless and leads mplayer to crash
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17340 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/video.c b/libmpdemux/video.c
index bba6d95aa7..f03b246fe2 100644
--- a/libmpdemux/video.c
+++ b/libmpdemux/video.c
@@ -96,7 +96,7 @@ switch(video_codec){
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) ||