Commit 562f00ed authored by Paul B Mahol's avatar Paul B Mahol

avcodec/utvideodec: use cached bitstream reader everywhere except on x86_32

From 100x real-time decoding to 138x real-time decoding for 320x240 video.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 042fc123
......@@ -27,6 +27,7 @@
#include <inttypes.h>
#include <stdlib.h>
#define CACHED_BITSTREAM_READER !ARCH_X86_32
#define UNCHECKED_BITSTREAM_READER 1
#include "libavutil/intreadwrite.h"
......
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