# HG changeset patch # User michael # Date 1140344427 0 # Node ID 9aec091b342fd209b48adc186decd0ec5afc1f15 # Parent 9361d38a3af0e12ff99fec97e41e788d5f078cbd RMP4 ("xvid fork") decoding support diff -r 9361d38a3af0 -r 9aec091b342f h263dec.c --- 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