0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

aspect ratio 9 added.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4337 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2002-01-24 15:21:22 +00:00
parent b6243f0f76
commit 19cbab76cf

View File

@ -121,6 +121,9 @@ switch(d_video->demuxer->file_format){
case 6: // (PAL?)/NTSC Widescreen SVCD 16:9
sh_video->aspect=16.0/9.0;
break;
case 9: // Movie Type ??? / 640x480
sh_video->aspect=0.0;
break;
default:
fprintf(stderr,"Detected unknown aspect_ratio_information in mpeg sequence header.\n"
"Please report the aspect value (%i) along with the movie type (VGA,PAL,NTSC,"