summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-10-04 23:59:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-04 23:59:14 +0000
commit8025405fcd6f9a061fbba357338ab502c0c22f1a (patch)
tree053ecb3545a5413bf4e2273a1085b77da4f3a8fb
parentcafa66af8e2138f5f28c8ab8d0885e669f50e165 (diff)
10l ?
Originally committed as revision 2345 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 4778851267..cdf9a77fc5 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -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;
}