X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Favisynth.c;h=13b5f4309c35eb9b9c39491342c0e1335a91f3ac;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=17ff5a88a3c44ae281c21392b1d32ef00a33e410;hpb=3be1a4ba9a9d926674b33051d6539fe8d8a4106c;p=ffmpeg diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index 17ff5a88a3c..13b5f4309c3 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -41,7 +41,7 @@ typedef struct { int next_stream; } AVISynthContext; -static int avisynth_read_header(AVFormatContext *s, AVFormatParameters *ap) +static int avisynth_read_header(AVFormatContext *s) { AVISynthContext *avs = s->priv_data; HRESULT res;