diff h263dec.c @ 760:e858fe220ce0 libavcodec

xvid qpel bug workaround
author michaelni
date Tue, 22 Oct 2002 18:55:20 +0000
parents cca620e89cf0
children 7f4cc2f6d642
line wrap: on
line diff
--- a/h263dec.c	Sun Oct 20 17:02:41 2002 +0000
+++ b/h263dec.c	Tue Oct 22 18:55:20 2002 +0000
@@ -372,6 +372,10 @@
             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)