Commit ff276deb authored by Laurent Aimar's avatar Laurent Aimar Committed by Christophe Mutricy

Do not display title on video filter (close #1755).

(cherry picked from commit 328bcb92)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 09d03229
......@@ -433,6 +433,7 @@ vout_thread_t * __vout_Create( vlc_object_t *p_parent, video_format_t *p_fmt )
else
{
psz_parser = strdup( p_vout->psz_filter_chain );
p_vout->b_title_show = false;
}
/* Create the vout thread */
......
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