Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
cd86cb3d
Commit
cd86cb3d
authored
Oct 02, 2011
by
Pierre Ynard
Committed by
Rémi Denis-Courmont
Oct 02, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix V4L2 compilation with some GCC versions
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
f2ef4612
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/access/v4l2/controls.c
modules/access/v4l2/controls.c
+1
-1
No files found.
modules/access/v4l2/controls.c
View file @
cd86cb3d
...
@@ -106,8 +106,8 @@ static int ControlSet64 (const vlc_v4l2_ctrl_t *c, int64_t value)
...
@@ -106,8 +106,8 @@ static int ControlSet64 (const vlc_v4l2_ctrl_t *c, int64_t value)
struct
v4l2_ext_control
ext_ctrl
=
{
struct
v4l2_ext_control
ext_ctrl
=
{
.
id
=
c
->
id
,
.
id
=
c
->
id
,
.
size
=
0
,
.
size
=
0
,
.
value64
=
value
,
};
};
ext_ctrl
.
value64
=
value
;
struct
v4l2_ext_controls
ext_ctrls
=
{
struct
v4l2_ext_controls
ext_ctrls
=
{
.
ctrl_class
=
V4L2_CTRL_ID2CLASS
(
c
->
id
),
.
ctrl_class
=
V4L2_CTRL_ID2CLASS
(
c
->
id
),
.
count
=
1
,
.
count
=
1
,
...
...
Write
Preview
Markdown
is supported
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