From 5bb8a0daa1bd660fd70261eaf2bba44f7aab1cd5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 18 Apr 2005 12:08:16 +0000 Subject: various fixes related to the non alt_bitstream_reader Originally committed as revision 4136 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dv.c') diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 01e1ce6842..94440ed5cd 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -263,6 +263,7 @@ static const int mb_area_start[5] = { 1, 6, 21, 43, 64 }; #ifndef ALT_BITSTREAM_READER #warning only works with ALT_BITSTREAM_READER +static int re_index; //Hack to make it compile #endif static inline int get_bits_left(GetBitContext *s) -- cgit v1.2.3