[Mplayer-cvslog] CVS: main/libmpdemux video.c,1.8,1.9

Johannes Feigl jaf at mplayer.dev.hu
Thu Jan 24 16:21:25 CET 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv20337

Modified Files:
	video.c 
Log Message:
aspect ratio 9 added.


Index: video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/video.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- video.c	10 Jan 2002 01:59:49 -0000	1.8
+++ video.c	24 Jan 2002 15:21:22 -0000	1.9
@@ -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,"




More information about the MPlayer-cvslog mailing list