]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/xwma.c
lavc: export Dirac parsing API used by the ogg demuxer as public
[ffmpeg] / libavformat / xwma.c
index cab461607042409c0aede4e83592c8476c31bfa2..b24cde857b0920936aedf201aa6594609e6d179a 100644 (file)
@@ -105,7 +105,7 @@ static int xwma_read_header(AVFormatContext *s)
                                   st->codec->extradata_size);
         } else {
             st->codec->extradata_size = 6;
-            st->codec->extradata      = av_mallocz(6 + FF_INPUT_BUFFER_PADDING_SIZE);
+            st->codec->extradata      = av_mallocz(6 + AV_INPUT_BUFFER_PADDING_SIZE);
             if (!st->codec->extradata)
                 return AVERROR(ENOMEM);