[vlc-commits] wayland/shm: don't see invalid pictures flag

Rémi Denis-Courmont git at videolan.org
Fri Jun 14 06:49:14 CEST 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Jun 14 07:38:01 2019 +0300| [0da8bf87a4c181b07d701671cb993d35f4bef580] | committer: Rémi Denis-Courmont

wayland/shm: don't see invalid pictures flag

This has no effects.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0da8bf87a4c181b07d701671cb993d35f4bef580
---

 modules/video_output/wayland/shm.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/video_output/wayland/shm.c b/modules/video_output/wayland/shm.c
index 5d772269be..699c8dc50c 100644
--- a/modules/video_output/wayland/shm.c
+++ b/modules/video_output/wayland/shm.c
@@ -348,8 +348,6 @@ static int Open(vout_display_t *vd, const vout_display_cfg_t *cfg,
 
     fmtp->i_chroma = VLC_CODEC_RGB32;
 
-    vd->info.has_pictures_invalid = sys->viewport == NULL;
-
     vd->prepare = Prepare;
     vd->display = Display;
     vd->control = Control;



More information about the vlc-commits mailing list