diff libmpdemux/video.c @ 4336:71fa805e84d6

aspect ratio 9 added.
author jaf
date Thu, 24 Jan 2002 15:21:22 +0000
parents aca490499e1f
children f6d45a3f005c
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,"