Browse Source

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
tags/v0.5
Falk Hüffner 23 years ago
parent
commit
3530320dbf
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      libavcodec/common.h

+ 5
- 1
libavcodec/common.h View File

@@ -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


Loading…
Cancel
Save