[vlc-devel] [Patch] Deinterlace: don't display text twice (closes #1755)
Laurent Aimar
fenrir at via.ecp.fr
Sun Sep 14 00:12:20 CEST 2008
On Sat, Sep 13, 2008, Marian ??urkovi?? wrote:
> 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;
> +
I don't think it should be done in deinterlace filter but in vout_Request.
I will change it.
--
fenrir
More information about the vlc-devel
mailing list