summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-08-26 09:34:02 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-08-26 09:34:02 +0000
commit727c236a6b07ac4426d5c5e3e564c563c890bb7c (patch)
tree76efdb80fe032476d5075f661faf04c15bdd8706 /libavcodec/bitstream.h
parent965a63af2bdc300dfca35df6b7777f0ce08afadb (diff)
prevent bitstream reader to be overriden
Originally committed as revision 6092 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.h')
-rw-r--r--libavcodec/bitstream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index 10db64d338..13a563bb90 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -8,10 +8,11 @@
//#define ALT_BITSTREAM_WRITER
//#define ALIGNED_BITSTREAM_WRITER
-
+#if !defined(LIBMPEG2_BITSTREAM_READER) && !defined(A32_BITSTREAM_READER) && !defined(ALT_BITSTREAM_READER)
#define ALT_BITSTREAM_READER
//#define LIBMPEG2_BITSTREAM_READER
//#define A32_BITSTREAM_READER
+#endif
#define LIBMPEG2_BITSTREAM_READER_HACK //add BERO
extern const uint8_t ff_reverse[256];