mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
lavc: Consistently prefix input buffer defines
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
@@ -213,7 +213,7 @@ static int smacker_read_header(AVFormatContext *s)
|
||||
|
||||
/* load trees to extradata, they will be unpacked by decoder */
|
||||
st->codec->extradata = av_mallocz(smk->treesize + 16 +
|
||||
FF_INPUT_BUFFER_PADDING_SIZE);
|
||||
AV_INPUT_BUFFER_PADDING_SIZE);
|
||||
st->codec->extradata_size = smk->treesize + 16;
|
||||
if(!st->codec->extradata){
|
||||
av_log(s, AV_LOG_ERROR,
|
||||
|
||||
Reference in New Issue
Block a user