]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/sndio_dec.c
lavfi: add video buffer sink, and use it in avtools
[ffmpeg] / libavdevice / sndio_dec.c
index cc74c38a3983897703eec895b79b1925e998f577..840dd097a387e2ce774917ed4ff770d0b60e373c 100644 (file)
@@ -28,8 +28,7 @@
 
 #include "sndio_common.h"
 
-static av_cold int audio_read_header(AVFormatContext *s1,
-                                     AVFormatParameters *ap)
+static av_cold int audio_read_header(AVFormatContext *s1)
 {
     SndioData *s = s1->priv_data;
     AVStream *st;