[MPlayer-cvslog] CVS: main/libmpdemux video.c,1.64,1.65

Nico Sabbi CVS syncmail at mplayerhq.hu
Thu May 11 00:03:20 CEST 2006


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv13989/libmpdemux

Modified Files:
	video.c 
Log Message:
moved code to set aspect ratio for mpeg12 away from video.c and into decoder files; A/R changes work correctly with -vc mpeg12 

Index: video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/video.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- video.c	7 May 2006 16:05:38 -0000	1.64
+++ video.c	10 May 2006 22:03:17 -0000	1.65
@@ -326,7 +326,6 @@
    }
    
 //   printf("picture.fps=%d\n",picture.fps);
-   sh_video->aspect = mpeg12_aspect_info(&picture);
    // display info:
    sh_video->format=picture.mpeg1?0x10000001:0x10000002; // mpeg video
    sh_video->fps=picture.fps;




More information about the MPlayer-cvslog mailing list