Mercurial > libavcodec.hg
changeset 3131:9aec091b342f libavcodec
RMP4 ("xvid fork") decoding support
author | michael |
---|---|
date | Sun, 19 Feb 2006 10:20:27 +0000 |
parents | 9361d38a3af0 |
children | f16ccfe674cc |
files | h263dec.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h263dec.c Fri Feb 17 19:48:11 2006 +0000 +++ b/h263dec.c Sun Feb 19 10:20:27 2006 +0000 @@ -514,7 +514,8 @@ if(s->xvid_build==0 && s->divx_version==0 && s->lavc_build==0){ if(s->avctx->stream_codec_tag == ff_get_fourcc("XVID") || - s->avctx->codec_tag == ff_get_fourcc("XVID") || s->avctx->codec_tag == ff_get_fourcc("XVIX")) + s->avctx->codec_tag == ff_get_fourcc("XVID") || s->avctx->codec_tag == ff_get_fourcc("XVIX") || + s->avctx->codec_tag == ff_get_fourcc("RMP4")) s->xvid_build= -1; #if 0 if(s->avctx->codec_tag == ff_get_fourcc("DIVX") && s->vo_type==0 && s->vol_control_parameters==1