diff h263dec.c @ 1502:c7858e2bd1c1 libavcodec

10l ?
author michaelni
date Sat, 04 Oct 2003 23:59:14 +0000
parents 40b69d238beb
children 39efe24058ad
line wrap: on
line diff
--- a/h263dec.c	Sat Oct 04 17:47:22 2003 +0000
+++ b/h263dec.c	Sat Oct 04 23:59:14 2003 +0000
@@ -539,7 +539,7 @@
         if(s->lavc_build && s->lavc_build<4655)
             s->workaround_bugs|= FF_BUG_DIRECT_BLOCKSIZE;
 
-        if(s->lavc_build && s->lavc_build<4618){
+        if(s->lavc_build && s->lavc_build<4670){
             s->workaround_bugs|= FF_BUG_EDGE;
         }