diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-10-13 11:13:10 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-13 11:13:10 +0000 |
commit | ac0c66382d313b581c71c21d356fe08746e3fbc0 (patch) | |
tree | 7dc5b3c0ec08588587c06cbafd8cab521ff05d99 /libavcodec/h263dec.c | |
parent | 117a5490bd57adcb0be3274222e89fc6c7107f8b (diff) | |
download | ffmpeg-ac0c66382d313b581c71c21d356fe08746e3fbc0.tar.gz |
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
Originally committed as revision 2370 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index cdf9a77fc5..807d31118f 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -508,7 +508,6 @@ retry: if(s->avctx->codec_tag == ff_get_fourcc("UMP4")){ s->workaround_bugs|= FF_BUG_UMP4; - s->workaround_bugs|= FF_BUG_AC_VLC; } if(s->divx_version>=500){ |