Mercurial > libavcodec.hg
changeset 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 | fa4425cf6b31 |
children | fb670ca9f8eb |
files | common.h |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Mon Jul 01 23:47:01 2002 +0000 +++ b/common.h Tue Jul 02 02:22:46 2002 +0000 @@ -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