]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vsrc_testsrc.c
vf_crop: use the name 's' for the pointer to the private context
[ffmpeg] / libavfilter / vsrc_testsrc.c
index af79b7a43bb0e484b2f8607502c61778588c0d39..e958a7b0dce66bdcb4874bfe5f3880b06fa36ff9 100644 (file)
@@ -328,7 +328,7 @@ static void test_fill_picture(AVFilterContext *ctx, AVFrame *frame)
     }
 }
 
-static av_cold int test_init(AVFilterContext *ctx, const char *args)
+static av_cold int test_init(AVFilterContext *ctx)
 {
     TestSourceContext *test = ctx->priv;
 
@@ -440,7 +440,7 @@ static void rgbtest_fill_picture(AVFilterContext *ctx, AVFrame *frame)
      }
 }
 
-static av_cold int rgbtest_init(AVFilterContext *ctx, const char *args)
+static av_cold int rgbtest_init(AVFilterContext *ctx)
 {
     TestSourceContext *test = ctx->priv;