From 160ea26560c4e929b6b70937f032234c33fbe6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 27 May 2013 20:52:56 +0200 Subject: [PATCH] lavfi/haldclutsrc: 10l remove size options. --- libavfilter/vsrc_testsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c index 5d79b44283..6e0e19b586 100644 --- a/libavfilter/vsrc_testsrc.c +++ b/libavfilter/vsrc_testsrc.c @@ -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 } };