Commit 160ea265 authored by Clément Bœsch's avatar Clément Bœsch

lavfi/haldclutsrc: 10l remove size options.

parent 92a2d12a
......@@ -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 }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment