Commit 3530320d authored by Falk Hüffner's avatar Falk Hüffner

Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to

be a noticeable win (at least for me :)

Originally committed as revision 712 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 494e4092
...@@ -10,7 +10,11 @@ ...@@ -10,7 +10,11 @@
//#define ALT_BITSTREAM_WRITER //#define ALT_BITSTREAM_WRITER
//#define ALIGNED_BITSTREAM_WRITER //#define ALIGNED_BITSTREAM_WRITER
//#define ALT_BITSTREAM_READER
#ifdef ARCH_ALPHA
#define ALT_BITSTREAM_READER
#endif
//#define ALIGNED_BITSTREAM //#define ALIGNED_BITSTREAM
#define FAST_GET_FIRST_VLC #define FAST_GET_FIRST_VLC
//#define DUMP_STREAM // only works with the ALT_BITSTREAM_READER //#define DUMP_STREAM // only works with the ALT_BITSTREAM_READER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment