Skip to content
Snippets Groups Projects
Commit 727c236a authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

prevent bitstream reader to be overriden

Originally committed as revision 6092 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 965a63af
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,11 @@ ...@@ -8,10 +8,11 @@
//#define ALT_BITSTREAM_WRITER //#define ALT_BITSTREAM_WRITER
//#define ALIGNED_BITSTREAM_WRITER //#define ALIGNED_BITSTREAM_WRITER
#if !defined(LIBMPEG2_BITSTREAM_READER) && !defined(A32_BITSTREAM_READER) && !defined(ALT_BITSTREAM_READER)
#define ALT_BITSTREAM_READER #define ALT_BITSTREAM_READER
//#define LIBMPEG2_BITSTREAM_READER //#define LIBMPEG2_BITSTREAM_READER
//#define A32_BITSTREAM_READER //#define A32_BITSTREAM_READER
#endif
#define LIBMPEG2_BITSTREAM_READER_HACK //add BERO #define LIBMPEG2_BITSTREAM_READER_HACK //add BERO
extern const uint8_t ff_reverse[256]; extern const uint8_t ff_reverse[256];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment