Mercurial > libavcodec.hg
changeset 1502:c7858e2bd1c1 libavcodec
10l ?
author | michaelni |
---|---|
date | Sat, 04 Oct 2003 23:59:14 +0000 |
parents | dc6f46cd4a7b |
children | d53b1fa09b60 |
files | h263dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }