]> git.sesse.net Git - vlc/commitdiff
libvlc_media_player: Coding style.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 13 Jun 2008 13:37:21 +0000 (15:37 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 13 Jun 2008 13:37:21 +0000 (15:37 +0200)
src/control/media_player.c

index 967c42c58927ffeaa7733084354c8ec6e17e6b6b..461f6dc7282f86d4f01cf80dc81c8a4eafe2e93a 100644 (file)
@@ -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 );