comparison bitstream.h @ 5462:4c4d00a98ab1 libavcodec

indent
author michael
date Sat, 04 Aug 2007 12:21:00 +0000
parents 20bea6a9950c
children 9fce88cf7f94
comparison
equal deleted inserted replaced
5461:c427d8950769 5462:4c4d00a98ab1
32 #include "common.h" 32 #include "common.h"
33 #include "bswap.h" 33 #include "bswap.h"
34 #include "log.h" 34 #include "log.h"
35 35
36 #if defined(ALT_BITSTREAM_READER_LE) && !defined(ALT_BITSTREAM_READER) 36 #if defined(ALT_BITSTREAM_READER_LE) && !defined(ALT_BITSTREAM_READER)
37 #define ALT_BITSTREAM_READER 37 # define ALT_BITSTREAM_READER
38 #endif 38 #endif
39 39
40 //#define ALT_BITSTREAM_WRITER 40 //#define ALT_BITSTREAM_WRITER
41 //#define ALIGNED_BITSTREAM_WRITER 41 //#define ALIGNED_BITSTREAM_WRITER
42 #if !defined(LIBMPEG2_BITSTREAM_READER) && !defined(A32_BITSTREAM_READER) && !defined(ALT_BITSTREAM_READER) 42 #if !defined(LIBMPEG2_BITSTREAM_READER) && !defined(A32_BITSTREAM_READER) && !defined(ALT_BITSTREAM_READER)
43 # ifdef ARCH_ARMV4L 43 # ifdef ARCH_ARMV4L
44 # define A32_BITSTREAM_READER 44 # define A32_BITSTREAM_READER
45 # else 45 # else
46 #define ALT_BITSTREAM_READER 46 # define ALT_BITSTREAM_READER
47 //#define LIBMPEG2_BITSTREAM_READER 47 //#define LIBMPEG2_BITSTREAM_READER
48 //#define A32_BITSTREAM_READER 48 //#define A32_BITSTREAM_READER
49 # endif 49 # endif
50 #endif 50 #endif
51 #define LIBMPEG2_BITSTREAM_READER_HACK //add BERO 51 #define LIBMPEG2_BITSTREAM_READER_HACK //add BERO