comparison libmpcodecs/ve_lavc.c @ 10699:c0125c036c76

mpeg2
author michael
date Mon, 25 Aug 2003 23:19:08 +0000
parents 57bdcdb061d7
children 8313be76ae69
comparison
equal deleted inserted replaced
10698:7ab88b24cb81 10699:c0125c036c76
710 return 0; 710 return 0;
711 } 711 }
712 712
713 if (!strcasecmp(lavc_param_vcodec, "mpeg1") || !strcasecmp(lavc_param_vcodec, "mpeg1video")) 713 if (!strcasecmp(lavc_param_vcodec, "mpeg1") || !strcasecmp(lavc_param_vcodec, "mpeg1video"))
714 mux_v->bih->biCompression = mmioFOURCC('m', 'p', 'g', '1'); 714 mux_v->bih->biCompression = mmioFOURCC('m', 'p', 'g', '1');
715 else if (!strcasecmp(lavc_param_vcodec, "mpeg2") || !strcasecmp(lavc_param_vcodec, "mpeg2video"))
716 mux_v->bih->biCompression = mmioFOURCC('m', 'p', 'g', '2');
715 else if (!strcasecmp(lavc_param_vcodec, "h263") || !strcasecmp(lavc_param_vcodec, "h263p")) 717 else if (!strcasecmp(lavc_param_vcodec, "h263") || !strcasecmp(lavc_param_vcodec, "h263p"))
716 mux_v->bih->biCompression = mmioFOURCC('h', '2', '6', '3'); 718 mux_v->bih->biCompression = mmioFOURCC('h', '2', '6', '3');
717 else if (!strcasecmp(lavc_param_vcodec, "rv10")) 719 else if (!strcasecmp(lavc_param_vcodec, "rv10"))
718 mux_v->bih->biCompression = mmioFOURCC('R', 'V', '1', '0'); 720 mux_v->bih->biCompression = mmioFOURCC('R', 'V', '1', '0');
719 else if (!strcasecmp(lavc_param_vcodec, "mjpeg")) 721 else if (!strcasecmp(lavc_param_vcodec, "mjpeg"))