[vlc-commits] kva: skip setting default infos
Rémi Denis-Courmont
git at videolan.org
Thu Dec 20 19:43:01 CET 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Dec 19 22:30:02 2018 +0200| [07653468a2dca0152e8319bcecfcc689688890db] | committer: Rémi Denis-Courmont
kva: skip setting default infos
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=07653468a2dca0152e8319bcecfcc689688890db
---
modules/video_output/kva.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/video_output/kva.c b/modules/video_output/kva.c
index 47035016e7..fede443a0d 100644
--- a/modules/video_output/kva.c
+++ b/modules/video_output/kva.c
@@ -271,9 +271,7 @@ static void PMThread( void *arg )
/* Setup vout_display now that everything is fine */
*fmtp = fmt;
- vd->info.is_slow = false;
vd->info.has_double_click = true;
- vd->info.has_pictures_invalid = false;
vd->pool = Pool;
vd->prepare = NULL;
More information about the vlc-commits
mailing list