Mercurial > libavcodec.hg
comparison h263dec.c @ 1525:39efe24058ad libavcodec
dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders
author | michael |
---|---|
date | Mon, 13 Oct 2003 11:13:10 +0000 |
parents | c7858e2bd1c1 |
children | 992526a710e2 |
comparison
equal
deleted
inserted
replaced
1524:7f9f0bedc2e1 | 1525:39efe24058ad |
---|---|
506 if(s->avctx->codec_tag == ff_get_fourcc("XVIX")) | 506 if(s->avctx->codec_tag == ff_get_fourcc("XVIX")) |
507 s->workaround_bugs|= FF_BUG_XVID_ILACE; | 507 s->workaround_bugs|= FF_BUG_XVID_ILACE; |
508 | 508 |
509 if(s->avctx->codec_tag == ff_get_fourcc("UMP4")){ | 509 if(s->avctx->codec_tag == ff_get_fourcc("UMP4")){ |
510 s->workaround_bugs|= FF_BUG_UMP4; | 510 s->workaround_bugs|= FF_BUG_UMP4; |
511 s->workaround_bugs|= FF_BUG_AC_VLC; | |
512 } | 511 } |
513 | 512 |
514 if(s->divx_version>=500){ | 513 if(s->divx_version>=500){ |
515 s->workaround_bugs|= FF_BUG_QPEL_CHROMA; | 514 s->workaround_bugs|= FF_BUG_QPEL_CHROMA; |
516 } | 515 } |