From b574e1e97ea7067a5fcd3876e30a67df0e4e6611 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 22 Aug 2014 14:37:39 +0200 Subject: get_bits: Add OPEN_READER macro variant w/o size_plus8 This avoids a trillion warnings from MSVC. --- libavcodec/dvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dvdec.c') diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c index 476f8c9cc8..876a4a2b4a 100644 --- a/libavcodec/dvdec.c +++ b/libavcodec/dvdec.c @@ -88,7 +88,7 @@ static void dv_decode_ac(GetBitContext *gb, BlockInfo *mb, int16_t *block) int partial_bit_count = mb->partial_bit_count; int level, run, vlc_len, index; - OPEN_READER(re, gb); + OPEN_READER_NOSIZE(re, gb); UPDATE_CACHE(re, gb); /* if we must parse a partial VLC, we do it here */ -- cgit v1.2.3