[Mplayer-cvslog] CVS: main/libmpcodecs ve_lavc.c,1.68,1.69
Arpi
arpi at thot.banki.hu
Tue Aug 26 01:32:59 CEST 2003
Hi,
huh, is it that what it looks like? ie. mpeg2 encoding? :)
cool!
> 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") || !strcasec
> mp(lavc_param_vcodec, "mpeg1video"))
> mux_v->bih->biCompression = mmioFOURCC('m', 'p', 'g', '1');
> + else if (!strcasecmp(lavc_param_vcodec, "mpeg2") || !str
> casecmp(lavc_param_vcodec, "mpeg2video"))
> + mux_v->bih->biCompression = mmioFOURCC('m', 'p', 'g', '2');
> else if (!strcasecmp(lavc_param_vcodec, "h263") || !strc
> asecmp(lavc_param_vcodec, "h263p"))
> mux_v->bih->biCompression = mmioFOURCC('h', '2', '6', '3');
> else if (!strcasecmp(lavc_param_vcodec, "rv10"))
>
> _______________________________________________
> Mplayer-cvslog mailing list
> Mplayer-cvslog at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
>
>
A'rpi / Astral & ESP-team
--
Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu
More information about the MPlayer-cvslog
mailing list