# HG changeset patch # User jaf # Date 1011885682 0 # Node ID 71fa805e84d6aab6e4bfbab315b01ab8fb312358 # Parent 270cbfe45b30366dbcedd66257c0901cc5337bf4 aspect ratio 9 added. diff -r 270cbfe45b30 -r 71fa805e84d6 libmpdemux/video.c --- 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,"