mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 14:14:39 +02:00
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: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fbe9ae482d
commit
669235e0b3
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user