Commit 33f41d7b authored by michael's avatar michael

prevent bitstream reader to be overriden


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6092 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4b40d8a1
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment