OSDN Git Service

Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to
authorFalk Hüffner <mellum@users.sourceforge.net>
Tue, 2 Jul 2002 02:22:46 +0000 (02:22 +0000)
committerFalk Hüffner <mellum@users.sourceforge.net>
Tue, 2 Jul 2002 02:22:46 +0000 (02:22 +0000)
be a noticeable win (at least for me :)

Originally committed as revision 712 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/common.h

index e4ac69c..fe97d4c 100644 (file)
 
 //#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