From a0f2c6ba38b2159f5f23edfffa204e11533b0b41 Mon Sep 17 00:00:00 2001 From: Jindřich Makovička Date: Wed, 18 Oct 2006 09:37:25 +0000 Subject: Kill a warning with MSVC Patch by Jindrich Makovicka makovick A gmail P com Original thread: Date: 08:21 AM Subject Re: [Ffmpeg-devel] Weird line in cabac.h Originally committed as revision 6726 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libavcodec/cabac.h') diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index d50c181010..8059ba65d6 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -33,6 +33,7 @@ #define CABAC_MASK ((1<range&0xC0) + s]; + int RangeLPS= ff_h264_lps_range[2*(c->range&0xC0) + s]; int bit, lps_mask attribute_unused; c->range -= RangeLPS; -- cgit v1.2.3