Commit 4e98f15a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Spaces fixes.

parent bb504cfc
...@@ -147,7 +147,7 @@ void InputManager::addCallbacks() ...@@ -147,7 +147,7 @@ void InputManager::addCallbacks()
var_AddCallback( p_input, "state", ItemStateChanged, this ); var_AddCallback( p_input, "state", ItemStateChanged, this );
/* src/input/es-out.c:552 */ /* src/input/es-out.c:552 */
var_AddCallback( p_input, "spu-es", ChangeSPU, this ); var_AddCallback( p_input, "spu-es", ChangeSPU, this );
/* emit UpdateStatus so that main_interface updates controls /* emit UpdateStatus so that main_interface updates controls
* if there is new videotracks (mpeg-ts)*/ * if there is new videotracks (mpeg-ts)*/
var_AddCallback( p_input, "video-es", ItemStateChanged, this ); var_AddCallback( p_input, "video-es", ItemStateChanged, this );
/* src/input/es-out.c: */ /* src/input/es-out.c: */
......
...@@ -1240,5 +1240,5 @@ static int IntfShowCB( vlc_object_t *p_this, const char *psz_variable, ...@@ -1240,5 +1240,5 @@ static int IntfShowCB( vlc_object_t *p_this, const char *psz_variable,
p_intf->p_sys->p_mi->toggleFSC(); p_intf->p_sys->p_mi->toggleFSC();
/* Show event */ /* Show event */
return VLC_SUCCESS; return VLC_SUCCESS;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment