summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-10-22 18:55:20 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-10-22 18:55:20 +0000
commit03e93d35b0167a7f163a0e480567e97260920d08 (patch)
treed2a981154aa4543ca5b7dba40df08d4ce5622b20 /libavcodec/h263dec.c
parent3b4b29dcd9c5da2ba40a34ce3d9eb3a7f659ba77 (diff)
xvid qpel bug workaround
Originally committed as revision 1063 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index b8ea14c34c..653a2a8708 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -372,6 +372,10 @@ uint64_t time= rdtsc();
s->workaround_bugs|= FF_BUG_UMP4;
s->workaround_bugs|= FF_BUG_AC_VLC;
}
+
+ if(s->divx_version){
+ s->workaround_bugs|= FF_BUG_QPEL_CHROMA;
+ }
//printf("padding_bug_score: %d\n", s->padding_bug_score);
#if 0
if(s->divx_version==500)