summaryrefslogtreecommitdiff
path: root/libavformat/xmv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/xmv.c')
-rw-r--r--libavformat/xmv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/xmv.c b/libavformat/xmv.c
index bcb17f8893..b8e3191607 100644
--- a/libavformat/xmv.c
+++ b/libavformat/xmv.c
@@ -393,7 +393,7 @@ static int xmv_process_packet_header(AVFormatContext *s)
av_free(vst->codec->extradata);
vst->codec->extradata =
- av_malloc(4 + FF_INPUT_BUFFER_PADDING_SIZE);
+ av_malloc(4 + AV_INPUT_BUFFER_PADDING_SIZE);
vst->codec->extradata_size = 4;
}