Mercurial > libavcodec.hg
comparison vp6.c @ 9020:97b991a32b85 libavcodec
Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
If k==0, log==0 can indicate that the coded value uses more than
MIN_CACHE_BITS bits. With MIN_CACHE_BITS==32, the fast branch is
incorrectly taken in this case unless explicitly forbidden.
author | mru |
---|---|
date | Tue, 24 Feb 2009 01:41:44 +0000 |
parents | bee83b3f9a6b |
children | 0dce4fe6e6f3 |
comparison
equal
deleted
inserted
replaced
9019:895f99d00718 | 9020:97b991a32b85 |
---|