Mercurial > mplayer.hg
changeset 4336:71fa805e84d6
aspect ratio 9 added.
author | jaf |
---|---|
date | Thu, 24 Jan 2002 15:21:22 +0000 |
parents | 270cbfe45b30 |
children | f798a7371653 |
files | libmpdemux/video.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/video.c Thu Jan 24 15:17:12 2002 +0000 +++ b/libmpdemux/video.c Thu Jan 24 15:21:22 2002 +0000 @@ -121,6 +121,9 @@ 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,"