Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/aixdec.c')
-rw-r--r--libavformat/aixdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/aixdec.c b/libavformat/aixdec.c
index 5f40d6bdcf..cad8a1e116 100644
--- a/libavformat/aixdec.c
+++ b/libavformat/aixdec.c
@@ -77,7 +77,7 @@ static int aix_read_header(AVFormatContext *s)
if (size <= 8)
return AVERROR_INVALIDDATA;
avio_skip(s->pb, 8);
- ff_get_extradata(s->streams[i]->codecpar, s->pb, size - 8);
+ ff_get_extradata(s, s->streams[i]->codecpar, s->pb, size - 8);
}
return 0;