10l ?
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Oct 2003 23:59:14 +0000 (23:59 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Oct 2003 23:59:14 +0000 (23:59 +0000)
Originally committed as revision 2345 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h263dec.c

index 4778851..cdf9a77 100644 (file)
@@ -539,7 +539,7 @@ retry:
         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;
         }