mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
Hopefully fix ffmpeg12 aspect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5806 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
20f124fb69
commit
d6b84b02ef
@ -184,7 +184,6 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){
|
||||
sh->aspect = 16.0/9.0;
|
||||
break;
|
||||
case FF_ASPECT_SQUARE:
|
||||
default:
|
||||
sh->aspect = 0.0;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user