Mercurial > libavcodec.hg
diff bitstream.h @ 3628:ce878aa023fe libavcodec
prevent bitstream reader to be overriden
| author | michael |
|---|---|
| date | Sat, 26 Aug 2006 09:34:02 +0000 |
| parents | de0ed6497a13 |
| children | 2ab6ec6259b1 |
line wrap: on
line diff
--- 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];
