[vlc-devel] [PATCH 1/3] vdpau/display: remove unused has_pictures_invalid
Steve Lhomme
robux4 at ycbcr.xyz
Wed Jan 16 08:46:43 CET 2019
On 16/01/2019 08:32, Rémi Denis-Courmont wrote:
> And? VDPAU and X11 still need to reset their input format as they
> cannot scale.
But it doesn't appear to be done anymore. Did I miss something ?
>
> Of course, it is questionable whether the flag is at all useful
> anymore, but that's a separate issue.
>
> Le 16 janvier 2019 09:29:02 GMT+02:00, Steve Lhomme <robux4 at ycbcr.xyz>
> a écrit :
>
> The module doesn't call vout_display_SendEventPicturesInvalid() anymore.
> ------------------------------------------------------------------------
> modules/hw/vdpau/display.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/modules/hw/vdpau/display.c b/modules/hw/vdpau/display.c
> index 3bf0475fcf..c5ebf6639f 100644
> --- a/modules/hw/vdpau/display.c
> +++ b/modules/hw/vdpau/display.c
> @@ -498,7 +498,6 @@ static int Open(vout_display_t *vd, const vout_display_cfg_t *cfg,
> /* */
> sys->current = NULL;
> vd->sys = sys;
> - vd->info.has_pictures_invalid = true;
> vd->info.subpicture_chromas = spu_chromas;
> *fmtp = fmt;
>
>
>
> --
> Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez
> excuser ma brièveté.
>
> _______________________________________________
> 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