1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-10 08:13:03 +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:
atmos4 2002-03-25 09:52:15 +00:00
parent 9165173016
commit a827a9ceb5

View File

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