[vlc-devel] [Patch] Deinterlace: don't display text twice (closes #1755)

Marian Ďurkovič md at bts.sk
Sat Sep 13 10:48:25 CEST 2008


Hi,

  here's the patch which prevents bug described in ticket #1755.

    With kind regards,

        M.
  

diff --git a/modules/video_filter/deinterlace.c
b/modules/video_filter/deinterla
index d6ffd99..1235593 100644
--- a/modules/video_filter/deinterlace.c
+++ b/modules/video_filter/deinterlace.c
@@ -410,6 +410,8 @@ static vout_thread_t *SpawnRealVout( vout_thread_t
*p_vout )
         break;
     }

+    p_vout->b_title_show = false;
+
     return p_real_vout;
 }




More information about the vlc-devel mailing list