diff --git a/libavcodec/golomb.h b/libavcodec/golomb.h index 989a87a88e..59b4f9eca0 100644 --- a/libavcodec/golomb.h +++ b/libavcodec/golomb.h @@ -273,7 +273,7 @@ static inline int get_ur_golomb_jpegls(GetBitContext *gb, int k, int limit, int log= av_log2(buf); - if(log - k >= 32-MIN_CACHE_BITS && 32-log < limit){ + if(log - k >= 32-MIN_CACHE_BITS+(MIN_CACHE_BITS==32) && 32-log < limit){ buf >>= log - k; buf += (30-log)<