[vlc-devel] commit: Do not display title on video filter (close #1755). (Laurent Aimar )
git version control
git at videolan.org
Sun Sep 14 00:31:47 CEST 2008
vlc | branch: 0.9-bugfix | Laurent Aimar <fenrir at videolan.org> | Sun Sep 14 00:23:24 2008 +0200| [ff276debf2127afbfc00af1d77e4fa3c8d6d9b68] | committer: Christophe Mutricy
Do not display title on video filter (close #1755).
(cherry picked from commit 328bcb920c36c376e365614beacf9cbdb16a4c0d)
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ff276debf2127afbfc00af1d77e4fa3c8d6d9b68
---
src/video_output/video_output.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index 3d2e5f4..f54ec25 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -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 */
More information about the vlc-devel
mailing list