X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fdaud.c;h=de85a5fb84100e97495dd8e1bec952da405b9153;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=aa7080008547cfc6d7bf75658c5129c5faeacd08;hpb=52c522c72090233edeeb0486a9bd8bee925a710a;p=ffmpeg diff --git a/libavformat/daud.c b/libavformat/daud.c index aa708000854..de85a5fb841 100644 --- a/libavformat/daud.c +++ b/libavformat/daud.c @@ -20,7 +20,7 @@ */ #include "avformat.h" -static int daud_header(AVFormatContext *s, AVFormatParameters *ap) { +static int daud_header(AVFormatContext *s) { AVStream *st = avformat_new_stream(s, NULL); if (!st) return AVERROR(ENOMEM);