Commit 328bcb92 authored by Laurent Aimar's avatar Laurent Aimar

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

parent a69b713e
......@@ -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