summaryrefslogtreecommitdiff
path: root/libavformat/pva.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/pva.c')
-rw-r--r--libavformat/pva.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/pva.c b/libavformat/pva.c
index 9ba690d73e..199f7bc651 100644
--- a/libavformat/pva.c
+++ b/libavformat/pva.c
@@ -54,7 +54,7 @@ static int pva_probe(AVProbeData * pd) {
return AVPROBE_SCORE_MAX / 4;
}
-static int pva_read_header(AVFormatContext *s, AVFormatParameters *ap) {
+static int pva_read_header(AVFormatContext *s) {
AVStream *st;
if (!(st = avformat_new_stream(s, NULL)))