[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.125,1.126

Michael Niedermayer CVS syncmail at mplayerhq.hu
Sun Apr 11 22:01:44 CEST 2004


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv30655/libmpcodecs

Modified Files:
	vd_ffmpeg.c 
Log Message:
.mp4 with lavf support


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- vd_ffmpeg.c	11 Apr 2004 19:19:46 -0000	1.125
+++ vd_ffmpeg.c	11 Apr 2004 20:01:42 -0000	1.126
@@ -300,6 +300,7 @@
 	 sh->format == mmioFOURCC('V','S','S','H') ||
 	 sh->format == mmioFOURCC('M','S','Z','H') ||
 	 sh->format == mmioFOURCC('Z','L','I','B') ||
+	 sh->format == mmioFOURCC('M','P','4','V') ||
 	 sh->format == mmioFOURCC('F','L','I','C')
          ))
     {




More information about the MPlayer-cvslog mailing list