Hopefully fix ffmpeg12 aspect.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5806 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-04-24 00:38:04 +00:00
parent 20f124fb69
commit d6b84b02ef
1 changed files with 0 additions and 1 deletions

View File

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