]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_showinfo.c
nut: add 12/14 bit yuv to nut/raw
[ffmpeg] / libavfilter / vf_showinfo.c
index 9f3eb78ca48f0b995bcae1f1df118ac43e1a6ad1..2c03177f1e604d4a65f03dd97a152de1911dd627 100644 (file)
@@ -34,7 +34,7 @@ typedef struct {
     unsigned int frame;
 } ShowInfoContext;
 
-static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
+static av_cold int init(AVFilterContext *ctx, const char *args)
 {
     ShowInfoContext *showinfo = ctx->priv;
     showinfo->frame = 0;