Mercurial > mplayer.hg
changeset 10699:c0125c036c76
mpeg2
author | michael |
---|---|
date | Mon, 25 Aug 2003 23:19:08 +0000 |
parents | 7ab88b24cb81 |
children | 517dd95f5fb2 |
files | libmpcodecs/ve_lavc.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ve_lavc.c Mon Aug 25 21:41:10 2003 +0000 +++ b/libmpcodecs/ve_lavc.c Mon Aug 25 23:19:08 2003 +0000 @@ -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"))