# HG changeset patch # User nicodvb # Date 1136672446 0 # Node ID ba7af0bb3e965cd9b6d48c141751aa2c4a58689f # Parent 217b6c98f815c2959e58522b66cd60682ecaf8cf disabled hack to read the properties of mpeg1/2 video in avi and asf: it's totally useless and leads mplayer to crash diff -r 217b6c98f815 -r ba7af0bb3e96 libmpdemux/video.c --- 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) ||