Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f75c6c16
Commit
f75c6c16
authored
Apr 28, 2009
by
ivoire
Browse files
colorthres video filter: fix a typo.
parent
eededf1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/colorthres.c
View file @
f75c6c16
...
...
@@ -121,7 +121,7 @@ static int Create( vlc_object_t *p_this )
p_filter
->
p_cfg
);
var_Create
(
p_filter
,
CFG_PREFIX
"color"
,
VLC_VAR_INTEGER
|
VLC_VAR_DOINHERIT
|
VLC_VAR_ISCOMMAND
);
var_Create
(
p_filter
,
CFG_PREFIX
"similaritythres"
,
VLC_VAR_INTEGER
|
VLC_VAR_DOINHERIT
|
VLC_VAR_ISCOMMAND
);
var_Create
(
p_filter
,
CFG_PREFIX
"saturationthes"
,
VLC_VAR_INTEGER
|
VLC_VAR_DOINHERIT
|
VLC_VAR_ISCOMMAND
);
var_Create
(
p_filter
,
CFG_PREFIX
"saturationth
r
es"
,
VLC_VAR_INTEGER
|
VLC_VAR_DOINHERIT
|
VLC_VAR_ISCOMMAND
);
/* Allocate structure */
p_filter
->
p_sys
=
malloc
(
sizeof
(
filter_sys_t
)
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment