diff dv.c @ 2614:5e24800ab329 libavcodec

various fixes related to the non alt_bitstream_reader
author michael
date Mon, 18 Apr 2005 12:08:16 +0000
parents f67b63ed036d
children b2846918585c
line wrap: on
line diff
--- a/dv.c	Mon Apr 18 11:24:20 2005 +0000
+++ b/dv.c	Mon Apr 18 12:08:16 2005 +0000
@@ -263,6 +263,7 @@
 
 #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)