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
This commit is contained in:
nicodvb 2006-01-07 22:20:46 +00:00
parent f8239c1896
commit 627d7781e6
1 changed files with 1 additions and 1 deletions

View File

@ -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) ||