[MPlayer-cvslog] CVS: main/libmpcodecs ve_lavc.c,1.107,1.108
Michael Niedermayer CVS
syncmail at mplayerhq.hu
Tue Feb 22 21:24:20 CET 2005
CVS change done by Michael Niedermayer CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv19280/libmpcodecs
Modified Files:
ve_lavc.c
Log Message:
switch from DIVX -> FMP4 fourcc for libavcodec
Index: ve_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ve_lavc.c 8 Jan 2005 19:16:21 -0000 1.107
+++ ve_lavc.c 22 Feb 2005 20:24:17 -0000 1.108
@@ -990,7 +990,7 @@
else if (!strcasecmp(lavc_param_vcodec, "ljpeg"))
mux_v->bih->biCompression = mmioFOURCC('L', 'J', 'P', 'G');
else if (!strcasecmp(lavc_param_vcodec, "mpeg4"))
- mux_v->bih->biCompression = mmioFOURCC('D', 'I', 'V', 'X');
+ mux_v->bih->biCompression = mmioFOURCC('F', 'M', 'P', '4');
else if (!strcasecmp(lavc_param_vcodec, "msmpeg4"))
mux_v->bih->biCompression = mmioFOURCC('d', 'i', 'v', '3');
else if (!strcasecmp(lavc_param_vcodec, "msmpeg4v2"))
More information about the MPlayer-cvslog
mailing list