mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec: increase padding, fixes ticket313
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e1a54304be
commit
623bf96678
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user