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
c1d8551f
Commit
c1d8551f
authored
Dec 02, 2007
by
Richard Hosking
Browse files
v4l2: Fixed Gamma.
parent
835785d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/v4l2.c
View file @
c1d8551f
...
...
@@ -2527,7 +2527,7 @@ static int VideoControlCallback( vlc_object_t *p_this,
{
p_sys
->
i_gamma
=
newval
.
i_int
;
return
VideoControl
(
p_demux
,
i_fd
,
"gamma"
,
V4L2_CID_
HUE
,
p_sys
->
i_gamma
);
"gamma"
,
V4L2_CID_
GAMMA
,
p_sys
->
i_gamma
);
}
else
if
(
!
strcmp
(
psz_var
,
"videocontrol"
)
)
{
...
...
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