summaryrefslogtreecommitdiff
path: root/libavformat/redspark.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/redspark.c')
-rw-r--r--libavformat/redspark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/redspark.c b/libavformat/redspark.c
index 13a7b37d25..66c2dc5aae 100644
--- a/libavformat/redspark.c
+++ b/libavformat/redspark.c
@@ -67,7 +67,7 @@ static int redspark_read_header(AVFormatContext *s)
return AVERROR(ENOMEM);
codec = st->codec;
- header = av_malloc(HEADER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE);
+ header = av_malloc(HEADER_SIZE + AV_INPUT_BUFFER_PADDING_SIZE);
if (!header)
return AVERROR(ENOMEM);
pbc = header;