git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
0f0e2e4
)
Remove one vlc_object_find usage.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 23 Feb 2009 20:42:25 +0000
(21:42 +0100)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 23 Feb 2009 20:47:03 +0000
(21:47 +0100)
modules/control/hotkeys.c
patch
|
blob
|
history
diff --git
a/modules/control/hotkeys.c
b/modules/control/hotkeys.c
index
026293a
..
4f4ca9f
100644
(file)
--- a/
modules/control/hotkeys.c
+++ b/
modules/control/hotkeys.c
@@
-192,7
+192,7
@@
static void Run( intf_thread_t *p_intf )
/* Update the vout */
p_last_vout = p_vout;
/* Update the vout */
p_last_vout = p_vout;
- p_vout =
vlc_object_find( p_intf, VLC_OBJECT_VOUT, FIND_ANYWHERE
);
+ p_vout =
input_GetVout( p_input
);
/* Register OSD channels */
if( p_vout && p_vout != p_last_vout )
/* Register OSD channels */
if( p_vout && p_vout != p_last_vout )