summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-03-26 23:50:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-03-26 23:50:14 +0000
commitfcbc799cd36116a466685e927cdd8ef6c884d4dd (patch)
tree1f7018d6ff7a7fe4eb294f433c34f7c129512190 /libavcodec/bitstream.h
parenta8a15e9db24eeb2f1dbf125cc1100a9ff50ddaed (diff)
make reverse[] non static
Originally committed as revision 4084 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.h')
-rw-r--r--libavcodec/bitstream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index 1e77e0eb36..e6177ee98c 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -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){