summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cavlc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-18 03:17:44 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-18 03:17:44 +0100
commit38331d2036c3bd1b8f070b1fe351bb4fbfac0c34 (patch)
treeae2006f27a2a9e20c19513e6c1a3d868c048125a /libavcodec/h264_cavlc.c
parent1bdc212a39312bd5914d643a4e664b4599477d8c (diff)
h264: disable checking reader, overreads are not possible
in ffmpegs h264 decoder. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264_cavlc.c')
-rw-r--r--libavcodec/h264_cavlc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c
index 738f84a423..f9daeb29d9 100644
--- a/libavcodec/h264_cavlc.c
+++ b/libavcodec/h264_cavlc.c
@@ -26,6 +26,7 @@
*/
#define CABAC 0
+#define UNCHECKED_BITSTREAM_READER 1
#include "internal.h"
#include "avcodec.h"