[PATCH] Don't display text twice (refs #1755)
Marian Ďurkovič
md at bts.sk
Sat Sep 13 23:01:14 CEST 2008
---
modules/video_filter/deinterlace.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/video_filter/deinterlace.c b/modules/video_filter/deinterlace.c
index 4d35463..8eccaa9 100644
--- a/modules/video_filter/deinterlace.c
+++ b/modules/video_filter/deinterlace.c
@@ -415,6 +415,8 @@ static vout_thread_t *SpawnRealVout( vout_thread_t *p_vout )
break;
}
+ p_vout->b_title_show = false;
+
return p_real_vout;
}
--
1.5.3.3
--Nq2Wo0NMKNjxTN9z--
More information about the vlc-devel
mailing list