[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:22:21 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Sep 14 00:23:24 2008 +0200| [328bcb920c36c376e365614beacf9cbdb16a4c0d] | committer: Laurent Aimar
Do not display title on video filter (close #1755).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=328bcb920c36c376e365614beacf9cbdb16a4c0d
---
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 17c21b0..06c1ad4 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