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/loasdec.c')
-rw-r--r--libavformat/loasdec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/loasdec.c b/libavformat/loasdec.c
index e48c21905a..5c8a8be573 100644
--- a/libavformat/loasdec.c
+++ b/libavformat/loasdec.c
@@ -59,8 +59,7 @@ static int loas_probe(AVProbeData *p)
else return 0;
}
-static int loas_read_header(AVFormatContext *s,
- AVFormatParameters *ap)
+static int loas_read_header(AVFormatContext *s)
{
AVStream *st;