summaryrefslogtreecommitdiff
path: root/libavformat/oggparseopus.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/oggparseopus.c')
-rw-r--r--libavformat/oggparseopus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggparseopus.c b/libavformat/oggparseopus.c
index 5931ab543b..1851ff11ee 100644
--- a/libavformat/oggparseopus.c
+++ b/libavformat/oggparseopus.c
@@ -57,7 +57,7 @@ static int opus_header(AVFormatContext *avf, int idx)
st->codec->channels = AV_RL8(packet + 9);
priv->pre_skip = AV_RL16(packet + 10);
- extradata = av_malloc(os->psize + FF_INPUT_BUFFER_PADDING_SIZE);
+ extradata = av_malloc(os->psize + AV_INPUT_BUFFER_PADDING_SIZE);
if (!extradata)
return AVERROR(ENOMEM);