Mercurial > libavcodec.hg
changeset 3628:ce878aa023fe libavcodec
prevent bitstream reader to be overriden
author | michael |
---|---|
date | Sat, 26 Aug 2006 09:34:02 +0000 |
parents | 8624a5c2824d |
children | 2ab6ec6259b1 |
files | bitstream.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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];