Commit 623bf966 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec: increase padding, fixes ticket313

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e1a54304
...@@ -429,7 +429,7 @@ enum CodecID { ...@@ -429,7 +429,7 @@ enum CodecID {
* Note: If the first 23 bits of the additional bytes are not 0, then damaged * Note: If the first 23 bits of the additional bytes are not 0, then damaged
* MPEG bitstreams could cause overread and segfault. * 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 * minimum encoding buffer size
......
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