Browse Source

lavfi/haldclutsrc: 10l remove size options.

tags/n2.0
Clément Bœsch 12 years ago
parent
commit
160ea26560
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vsrc_testsrc.c

+ 1
- 1
libavfilter/vsrc_testsrc.c 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 }
};



Loading…
Cancel
Save