comparison common.h @ 512:ba67fefada47 libavcodec

Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to be a noticeable win (at least for me :)
author mellum
date Tue, 02 Jul 2002 02:22:46 +0000
parents 09dbc9e0e6a5
children 389e30fe7269
comparison
equal deleted inserted replaced
511:fa4425cf6b31 512:ba67fefada47
8 #define CONFIG_WIN32 8 #define CONFIG_WIN32
9 #endif 9 #endif
10 10
11 //#define ALT_BITSTREAM_WRITER 11 //#define ALT_BITSTREAM_WRITER
12 //#define ALIGNED_BITSTREAM_WRITER 12 //#define ALIGNED_BITSTREAM_WRITER
13 //#define ALT_BITSTREAM_READER 13
14 #ifdef ARCH_ALPHA
15 #define ALT_BITSTREAM_READER
16 #endif
17
14 //#define ALIGNED_BITSTREAM 18 //#define ALIGNED_BITSTREAM
15 #define FAST_GET_FIRST_VLC 19 #define FAST_GET_FIRST_VLC
16 //#define DUMP_STREAM // only works with the ALT_BITSTREAM_READER 20 //#define DUMP_STREAM // only works with the ALT_BITSTREAM_READER
17 21
18 #ifdef HAVE_AV_CONFIG_H 22 #ifdef HAVE_AV_CONFIG_H