This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavfi/haldclutsrc: 10l remove size options.
tags/n2.0
Clément Bœsch
12 years ago
parent
92a2d12a71
commit
160ea26560
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 }
};
Write
Preview
Loading…
Cancel
Save