diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-04-18 12:08:16 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-04-18 12:08:16 +0000 |
commit | 5bb8a0daa1bd660fd70261eaf2bba44f7aab1cd5 (patch) | |
tree | be0d19c6f7aa4c3f6ea1e16e8bdb1d8520471f01 /libavcodec/dv.c | |
parent | 8230cf0210c9845cfbe291b91c518a062da55c0c (diff) | |
download | ffmpeg-5bb8a0daa1bd660fd70261eaf2bba44f7aab1cd5.tar.gz |
various fixes related to the non alt_bitstream_reader
Originally committed as revision 4136 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r-- | libavcodec/dv.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |