comparison h263dec.c @ 3131:9aec091b342f libavcodec

RMP4 ("xvid fork") decoding support
author michael
date Sun, 19 Feb 2006 10:20:27 +0000
parents 0b546eab515d
children 8d1b2cc2a75b
comparison
equal deleted inserted replaced
3130:9361d38a3af0 3131:9aec091b342f
512 512
513 avctx->has_b_frames= !s->low_delay; 513 avctx->has_b_frames= !s->low_delay;
514 514
515 if(s->xvid_build==0 && s->divx_version==0 && s->lavc_build==0){ 515 if(s->xvid_build==0 && s->divx_version==0 && s->lavc_build==0){
516 if(s->avctx->stream_codec_tag == ff_get_fourcc("XVID") || 516 if(s->avctx->stream_codec_tag == ff_get_fourcc("XVID") ||
517 s->avctx->codec_tag == ff_get_fourcc("XVID") || s->avctx->codec_tag == ff_get_fourcc("XVIX")) 517 s->avctx->codec_tag == ff_get_fourcc("XVID") || s->avctx->codec_tag == ff_get_fourcc("XVIX") ||
518 s->avctx->codec_tag == ff_get_fourcc("RMP4"))
518 s->xvid_build= -1; 519 s->xvid_build= -1;
519 #if 0 520 #if 0
520 if(s->avctx->codec_tag == ff_get_fourcc("DIVX") && s->vo_type==0 && s->vol_control_parameters==1 521 if(s->avctx->codec_tag == ff_get_fourcc("DIVX") && s->vo_type==0 && s->vol_control_parameters==1
521 && s->padding_bug_score > 0 && s->low_delay) // XVID with modified fourcc 522 && s->padding_bug_score > 0 && s->low_delay) // XVID with modified fourcc
522 s->xvid_build= -1; 523 s->xvid_build= -1;