[Mplayer-cvslog] CVS: main/libmpcodecs ve_lavc.c,1.68,1.69
Michael Niedermayer CVS
michael at mplayerhq.hu
Tue Aug 26 01:19:41 CEST 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv32325
Modified Files:
ve_lavc.c
Log Message:
mpeg2
Index: ve_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ve_lavc.c 13 Aug 2003 16:29:29 -0000 1.68
+++ ve_lavc.c 25 Aug 2003 23:19:08 -0000 1.69
@@ -712,6 +712,8 @@
if (!strcasecmp(lavc_param_vcodec, "mpeg1") || !strcasecmp(lavc_param_vcodec, "mpeg1video"))
mux_v->bih->biCompression = mmioFOURCC('m', 'p', 'g', '1');
+ else if (!strcasecmp(lavc_param_vcodec, "mpeg2") || !strcasecmp(lavc_param_vcodec, "mpeg2video"))
+ mux_v->bih->biCompression = mmioFOURCC('m', 'p', 'g', '2');
else if (!strcasecmp(lavc_param_vcodec, "h263") || !strcasecmp(lavc_param_vcodec, "h263p"))
mux_v->bih->biCompression = mmioFOURCC('h', '2', '6', '3');
else if (!strcasecmp(lavc_param_vcodec, "rv10"))
More information about the MPlayer-cvslog
mailing list