[vlc-devel] [PATCH 1/3] vdpau/display: remove unused has_pictures_invalid
Steve Lhomme
robux4 at ycbcr.xyz
Wed Jan 16 08:29:02 CET 2019
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;
--
2.17.1
More information about the vlc-devel
mailing list