Commit 877cfa02 authored by Laurent Aimar's avatar Laurent Aimar

Added missing return value in TitleCallback.

parent 9ebb6029
......@@ -1193,4 +1193,6 @@ static int TitleCallback( vlc_object_t *p_this, char const *psz_cmd,
p_vout->i_title_timeout = (mtime_t) newval.i_int;
else if( !strncmp( psz_cmd, "video-title-position", 20 ) )
p_vout->i_title_position = newval.i_int;
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