]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sbgdec.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / sbgdec.c
index fb0882c31c808bdc0db47a8f28bcbee3b45b2ec0..8b569c88b22f51c275c04c57698c849badf3e548 100644 (file)
@@ -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;