lavfi/haldclutsrc: 10l remove size options.

This commit is contained in:
Clément Bœsch 2013-05-27 20:52:56 +02:00
parent 92a2d12a71
commit 160ea26560
1 changed files with 1 additions and 1 deletions

View 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 }
};