[vlc-devel] [PATCH 2/2] wingdi: do not set the invalid pictures flag

Steve Lhomme robux4 at ycbcr.xyz
Fri Dec 21 07:38:42 CET 2018


LGTM

On 20/12/2018 23:06, RĂ©mi Denis-Courmont wrote:
> This plugin never sends the invalid pictures event.
> ---
>   modules/video_output/win32/wingdi.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/modules/video_output/win32/wingdi.c b/modules/video_output/win32/wingdi.c
> index 0da62df9ee..86fe25d1ce 100644
> --- a/modules/video_output/win32/wingdi.c
> +++ b/modules/video_output/win32/wingdi.c
> @@ -109,7 +109,6 @@ static int Open(vout_display_t *vd, const vout_display_cfg_t *cfg,
>   
>       /* */
>       vd->info.has_double_click     = true;
> -    vd->info.has_pictures_invalid = true;
>   
>       vd->prepare = Prepare;
>       vd->display = Display;
> -- 
> 2.20.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel



More information about the vlc-devel mailing list