]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cabac_functions.h
Merge commit '551746680462538bb5ad7adf55fb1248190428ec'
[ffmpeg] / libavcodec / cabac_functions.h
index 0248a267fcdbd6bbf0330d20ba651f920905ce62..15dba29f8e417748f82ee1b495f18552e3a874d3 100644 (file)
 #include "cabac.h"
 #include "config.h"
 
+#ifndef UNCHECKED_BITSTREAM_READER
+#define UNCHECKED_BITSTREAM_READER !CONFIG_SAFE_BITSTREAM_READER
+#endif
+
 #if ARCH_AARCH64
 #   include "aarch64/cabac.h"
 #endif