mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
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:
parent
f8239c1896
commit
627d7781e6
@ -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) ||
|
||||
|
Loading…
Reference in New Issue
Block a user