[vlc-devel] commit: libvlc_media_player: Coding style. (Pierre d'Herbemont )

git version control git at videolan.org
Fri Jun 13 15:37:57 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Jun 13 15:37:21 2008 +0200| [fb90e6be51d85758f6275f69fb923e0461b7a5e9]

libvlc_media_player: Coding style.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb90e6be51d85758f6275f69fb923e0461b7a5e9
---

 src/control/media_player.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/control/media_player.c b/src/control/media_player.c
index 967c42c..461f6dc 100644
--- a/src/control/media_player.c
+++ b/src/control/media_player.c
@@ -680,7 +680,7 @@ void libvlc_media_player_set_drawable( libvlc_media_player_t *p_mi,
      * not be supported by every vout. We though can't disable it
      * because of some creepy drawable type that are not flexible enough
      * (Win32 HWND for instance) */
-    p_input_thread = libvlc_get_input_thread ( p_mi, p_e);
+    p_input_thread = libvlc_get_input_thread( p_mi, p_e );
     if( !p_input_thread ) return;
 
     p_vout = vlc_object_find( p_input_thread, VLC_OBJECT_VOUT, FIND_CHILD );




More information about the vlc-devel mailing list