diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-10-04 23:59:14 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-04 23:59:14 +0000 |
commit | 8025405fcd6f9a061fbba357338ab502c0c22f1a (patch) | |
tree | 053ecb3545a5413bf4e2273a1085b77da4f3a8fb /libavcodec/h263dec.c | |
parent | cafa66af8e2138f5f28c8ab8d0885e669f50e165 (diff) | |
download | ffmpeg-8025405fcd6f9a061fbba357338ab502c0c22f1a.tar.gz |
10l ?
Originally committed as revision 2345 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 2 |
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; } |