You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi/haldclutsrc: 10l remove size options.
This commit is contained in:
@@ -279,7 +279,7 @@ AVFilter avfilter_vsrc_color = {
|
|||||||
|
|
||||||
static const AVOption haldclutsrc_options[] = {
|
static const AVOption haldclutsrc_options[] = {
|
||||||
{ "level", "set level", OFFSET(level), AV_OPT_TYPE_INT, {.i64 = 6}, 2, 8, FLAGS },
|
{ "level", "set level", OFFSET(level), AV_OPT_TYPE_INT, {.i64 = 6}, 2, 8, FLAGS },
|
||||||
COMMON_OPTIONS
|
COMMON_OPTIONS_NOSIZE
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user