Commit 669235e0 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/h264_cabac: disable the unchecked bitstream reader for arm & aarch64

The newly added optimizations do not work with the unchecked reader
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent fbe9ae48
......@@ -26,7 +26,7 @@
*/
#define CABAC(h) 1
#define UNCHECKED_BITSTREAM_READER 1
#define UNCHECKED_BITSTREAM_READER (!ARCH_ARM && !ARCH_AARCH64)
#include "libavutil/attributes.h"
#include "libavutil/timer.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