X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fthp.c;h=dc30fbaf70c7ad7c939c57bd00e1cdda718b788e;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=75f7941ff8a1085daafa442a852aec053cbf62c2;hpb=c130428ab5a17911d0bfa11f804ec05e6f7a53e6;p=ffmpeg diff --git a/libavformat/thp.c b/libavformat/thp.c index 75f7941ff8a..dc30fbaf70c 100644 --- a/libavformat/thp.c +++ b/libavformat/thp.c @@ -54,8 +54,7 @@ static int thp_probe(AVProbeData *p) return 0; } -static int thp_read_header(AVFormatContext *s, - AVFormatParameters *ap) +static int thp_read_header(AVFormatContext *s) { ThpDemuxContext *thp = s->priv_data; AVStream *st;