]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/libcdio.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavdevice / libcdio.c
index a84918fe92d9d256478cf9e8953e1c32f7ebca6b..c59099556123593031d687e50757a4ac98d80679 100644 (file)
@@ -47,7 +47,7 @@ typedef struct CDIOContext {
     int paranoia_mode;
 } CDIOContext;
 
-static av_cold int read_header(AVFormatContext *ctx, AVFormatParameters *ap)
+static av_cold int read_header(AVFormatContext *ctx)
 {
     CDIOContext *s = ctx->priv_data;
     AVStream *st;