diff bitstream.h @ 2578:91e094c9dcdc libavcodec

make reverse[] non static
author michael
date Sat, 26 Mar 2005 23:50:14 +0000
parents f5fe61bd08ac
children 5e24800ab329
line wrap: on
line diff
--- a/bitstream.h	Sat Mar 26 20:32:55 2005 +0000
+++ b/bitstream.h	Sat Mar 26 23:50:14 2005 +0000
@@ -14,6 +14,8 @@
 //#define A32_BITSTREAM_READER
 #define LIBMPEG2_BITSTREAM_READER_HACK //add BERO
  
+extern const uint8_t ff_reverse[256];
+
 #if defined(ARCH_X86) || defined(ARCH_X86_64)
 // avoid +32 for shift optimization (gcc should do that ...)
 static inline  int32_t NEG_SSR32( int32_t a, int8_t s){