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
e7153307
Commit
e7153307
authored
Aug 13, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mediacontrol: Fix warnings about unused args.
parent
2720461a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/control/mediacontrol_audio_video.c
src/control/mediacontrol_audio_video.c
+1
-0
src/control/mediacontrol_core.c
src/control/mediacontrol_core.c
+1
-0
No files found.
src/control/mediacontrol_audio_video.c
View file @
e7153307
...
...
@@ -55,6 +55,7 @@ mediacontrol_snapshot( mediacontrol_Instance *self,
const
mediacontrol_Position
*
a_position
,
mediacontrol_Exception
*
exception
)
{
(
void
)
a_position
;
vlc_object_t
*
p_cache
;
vout_thread_t
*
p_vout
;
input_thread_t
*
p_input
;
...
...
src/control/mediacontrol_core.c
View file @
e7153307
...
...
@@ -330,6 +330,7 @@ mediacontrol_get_stream_information( mediacontrol_Instance *self,
mediacontrol_PositionKey
a_key
,
mediacontrol_Exception
*
exception
)
{
(
void
)
a_key
;
mediacontrol_StreamInformation
*
retval
=
NULL
;
libvlc_media_t
*
p_media
;
libvlc_exception_t
ex
;
...
...
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