]> git.sesse.net Git - ffmpeg/commitdiff
lavfi/haldclutsrc: 10l remove size options.
authorClément Bœsch <ubitux@gmail.com>
Mon, 27 May 2013 18:52:56 +0000 (20:52 +0200)
committerClément Bœsch <ubitux@gmail.com>
Mon, 27 May 2013 18:53:25 +0000 (20:53 +0200)
libavfilter/vsrc_testsrc.c

index 5d79b442835376ff9069b6bd4767e6bb0542174c..6e0e19b586990a6bc3b0fd6762865f5a87974918 100644 (file)
@@ -279,7 +279,7 @@ AVFilter avfilter_vsrc_color = {
 
 static const AVOption haldclutsrc_options[] = {
     { "level", "set level", OFFSET(level), AV_OPT_TYPE_INT, {.i64 = 6}, 2, 8, FLAGS },
-    COMMON_OPTIONS
+    COMMON_OPTIONS_NOSIZE
     { NULL }
 };