mirror of
https://github.com/mpv-player/mpv
synced 2025-02-09 00:17:07 +00: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:
parent
b6243f0f76
commit
19cbab76cf
@ -121,6 +121,9 @@ switch(d_video->demuxer->file_format){
|
|||||||
case 6: // (PAL?)/NTSC Widescreen SVCD 16:9
|
case 6: // (PAL?)/NTSC Widescreen SVCD 16:9
|
||||||
sh_video->aspect=16.0/9.0;
|
sh_video->aspect=16.0/9.0;
|
||||||
break;
|
break;
|
||||||
|
case 9: // Movie Type ??? / 640x480
|
||||||
|
sh_video->aspect=0.0;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
fprintf(stderr,"Detected unknown aspect_ratio_information in mpeg sequence header.\n"
|
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,"
|
"Please report the aspect value (%i) along with the movie type (VGA,PAL,NTSC,"
|
||||||
|
Loading…
Reference in New Issue
Block a user