mirror of
https://github.com/mpv-player/mpv
synced 2025-03-09 23:58:06 +00:00
Fix aspect info for square pixel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5332 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9165173016
commit
a827a9ceb5
@ -132,8 +132,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:
|
||||
sh->aspect = 1.0/1.0;
|
||||
break;
|
||||
default:
|
||||
sh->aspect = 0.0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user