Commit 71756477 authored by mellum's avatar mellum

Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to

be a noticeable win (at least for me :)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@712 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 10c3ffe6
......@@ -10,7 +10,11 @@
//#define ALT_BITSTREAM_WRITER
//#define ALIGNED_BITSTREAM_WRITER
//#define ALT_BITSTREAM_READER
#ifdef ARCH_ALPHA
#define ALT_BITSTREAM_READER
#endif
//#define ALIGNED_BITSTREAM
#define FAST_GET_FIRST_VLC
//#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