X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsapdec.c;h=d806400eb1fcad51199e8d44ffee6aee0584720a;hb=b6ff81d63b7b2940b39d8be2216a1c0f5cb353a8;hp=9ce069e199adc5b24595b1d3fa302bd3abe8a798;hpb=b5a69e79c579e6e15e2019ffd34ef0e09aeab586;p=ffmpeg diff --git a/libavformat/sapdec.c b/libavformat/sapdec.c index 9ce069e199a..d806400eb1f 100644 --- a/libavformat/sapdec.c +++ b/libavformat/sapdec.c @@ -60,8 +60,7 @@ static int sap_read_close(AVFormatContext *s) return 0; } -static int sap_read_header(AVFormatContext *s, - AVFormatParameters *ap) +static int sap_read_header(AVFormatContext *s) { struct SAPState *sap = s->priv_data; char host[1024], path[1024], url[1024]; @@ -237,4 +236,3 @@ AVInputFormat ff_sap_demuxer = { .read_close = sap_read_close, .flags = AVFMT_NOFILE, }; -