# HG changeset patch # User michael # Date 1156584842 0 # Node ID ce878aa023feb2d457a2457c0f9c8e24217253e7 # Parent 8624a5c2824d879c67283720aca8d7cbbf77652d prevent bitstream reader to be overriden diff -r 8624a5c2824d -r ce878aa023fe bitstream.h --- a/bitstream.h Fri Aug 25 14:42:32 2006 +0000 +++ b/bitstream.h Sat Aug 26 09:34:02 2006 +0000 @@ -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];