mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 10:22:10 +00:00
lavfi/haldclutsrc: 10l remove size options.
This commit is contained in:
parent
92a2d12a71
commit
160ea26560
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user