--- ../MPlayer-1.0pre5/libmpdemux/video.c 2004-04-11 12:03:12.000000000 -0700 +++ libmpdemux/video.c 2005-01-23 06:07:13.000000000 -0800 @@ -58,7 +86,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) ||