From 623bf96678d2009d34e88ed7c2b73c00930cebae Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 29 Jun 2011 20:02:08 +0200 Subject: [PATCH] avcodec: increase padding, fixes ticket313 Signed-off-by: Michael Niedermayer --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 42eabdd623..2345b7e526 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -429,7 +429,7 @@ enum CodecID { * Note: If the first 23 bits of the additional bytes are not 0, then damaged * MPEG bitstreams could cause overread and segfault. */ -#define FF_INPUT_BUFFER_PADDING_SIZE 8 +#define FF_INPUT_BUFFER_PADDING_SIZE 16 /** * minimum encoding buffer size