From ce3299529b702c20cc70f5b73462acc2e33eaf63 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 13 Jul 2003 11:14:43 +0000 Subject: 10l Originally committed as revision 2041 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/golomb.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libavcodec/golomb.h') diff --git a/libavcodec/golomb.h b/libavcodec/golomb.h index 7c73f3bae6..5ebebe94ce 100644 --- a/libavcodec/golomb.h +++ b/libavcodec/golomb.h @@ -220,7 +220,7 @@ static inline int get_ur_golomb_jpegls(GetBitContext *gb, int k, int limit, int log= av_log2(buf); - if(log > 31-12){ + if(log > 31-11){ buf >>= log - k; buf += (30-log)<>k) + 1; if(e