Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
0e12086b
Commit
0e12086b
authored
Aug 20, 2009
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
video_output: Flag even more parameter as unused.
parent
6d0b5a17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/video_output/display.c
src/video_output/display.c
+4
-0
No files found.
src/video_output/display.c
View file @
0e12086b
...
@@ -1036,6 +1036,7 @@ vout_display_t *vout_NewDisplay(vout_thread_t *vout,
...
@@ -1036,6 +1036,7 @@ vout_display_t *vout_NewDisplay(vout_thread_t *vout,
static
void
SplitterClose
(
vout_display_t
*
vd
)
static
void
SplitterClose
(
vout_display_t
*
vd
)
{
{
VLC_UNUSED
(
vd
);
assert
(
0
);
assert
(
0
);
}
}
...
@@ -1316,6 +1317,7 @@ void vout_SendDisplayEventMouse(vout_thread_t *vout, const vlc_mouse_t *m)
...
@@ -1316,6 +1317,7 @@ void vout_SendDisplayEventMouse(vout_thread_t *vout, const vlc_mouse_t *m)
}
}
vout_window_t
*
vout_NewDisplayWindow
(
vout_thread_t
*
vout
,
vout_display_t
*
vd
,
const
vout_window_cfg_t
*
cfg
)
vout_window_t
*
vout_NewDisplayWindow
(
vout_thread_t
*
vout
,
vout_display_t
*
vd
,
const
vout_window_cfg_t
*
cfg
)
{
{
VLC_UNUSED
(
vd
);
vout_window_cfg_t
cfg_override
=
*
cfg
;
vout_window_cfg_t
cfg_override
=
*
cfg
;
if
(
!
config_GetInt
(
vout
,
"embedded-video"
)
)
if
(
!
config_GetInt
(
vout
,
"embedded-video"
)
)
...
@@ -1325,6 +1327,8 @@ vout_window_t * vout_NewDisplayWindow(vout_thread_t *vout, vout_display_t *vd, c
...
@@ -1325,6 +1327,8 @@ vout_window_t * vout_NewDisplayWindow(vout_thread_t *vout, vout_display_t *vd, c
}
}
void
vout_DeleteDisplayWindow
(
vout_thread_t
*
vout
,
vout_display_t
*
vd
,
vout_window_t
*
window
)
void
vout_DeleteDisplayWindow
(
vout_thread_t
*
vout
,
vout_display_t
*
vd
,
vout_window_t
*
window
)
{
{
VLC_UNUSED
(
vout
);
VLC_UNUSED
(
vd
);
vout_window_Delete
(
window
);
vout_window_Delete
(
window
);
}
}
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