]> git.sesse.net Git - ffmpeg/commit
kmsgrab: Do not require the modifier to stay constant.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Fri, 13 Nov 2020 23:15:47 +0000 (00:15 +0100)
committerMark Thompson <sw@jkqxz.net>
Wed, 13 Jan 2021 23:08:02 +0000 (23:08 +0000)
commit4386060164deb07d9fdda1716d9a3c07b24b271c
tree6d550fa582485eb77dc68c4c34d486f1c71560d3
parent03f4b203ba0ec58fc5c1ef8ee1fe740b8fcab9ab
kmsgrab: Do not require the modifier to stay constant.

As we get a new set of objects each frame anyway, we
do not gain anything by keeping the modifier constant.

This helps with capturing when switching your setup a
bit, e.g. from ingame to desktop or from X11 to wayland.

Signed-off-by: Mark Thompson <sw@jkqxz.net>
libavdevice/kmsgrab.c