Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f1aa4ce5
Commit
f1aa4ce5
authored
May 17, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmal: remove manage callback
parent
834cee74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/hw/mmal/vout.c
modules/hw/mmal/vout.c
+1
-1
No files found.
modules/hw/mmal/vout.c
View file @
f1aa4ce5
...
...
@@ -301,7 +301,6 @@ static int Open(vlc_object_t *object)
vd
->
prepare
=
vd_prepare
;
vd
->
display
=
vd_display
;
vd
->
control
=
vd_control
;
vd
->
manage
=
vd_manage
;
vc_tv_register_callback
(
tvservice_cb
,
vd
);
...
...
@@ -547,6 +546,7 @@ out:
static
void
vd_prepare
(
vout_display_t
*
vd
,
picture_t
*
picture
,
subpicture_t
*
subpicture
,
mtime_t
date
)
{
vd_manage
(
vd
);
VLC_UNUSED
(
date
);
vout_display_sys_t
*
sys
=
vd
->
sys
;
picture_sys_t
*
pic_sys
=
picture
->
p_sys
;
...
...
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