summaryrefslogtreecommitdiffstats
path: root/libavformat/sbgdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/sbgdec.c')
-rw-r--r--libavformat/sbgdec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/sbgdec.c b/libavformat/sbgdec.c
index fb0882c..8b569c8 100644
--- a/libavformat/sbgdec.c
+++ b/libavformat/sbgdec.c
@@ -1378,8 +1378,7 @@ static av_cold int sbg_read_probe(AVProbeData *p)
return score;
}
-static av_cold int sbg_read_header(AVFormatContext *avf,
- AVFormatParameters *ap)
+static av_cold int sbg_read_header(AVFormatContext *avf)
{
struct sbg_demuxer *sbg = avf->priv_data;
int r;
OpenPOWER on IntegriCloud