summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorLena <lena@nihil.gay>2023-12-17 18:29:33 +0100
committerStefano Sabatini <stefasab@gmail.com>2023-12-17 19:14:08 +0100
commitd7ac7101ee8c70a253f7caf400d9ae3870880d7f (patch)
tree87f572c4fc9b723b4a3db973cea46b02670b7e9e /Changelog
parent419145c11bb3310539eb975751291bcf023e9170 (diff)
gdigrab: allow capturing a window by its handle
x11grab can capture windows by their ID, but gdigrab can only capture windows by their names, internally calling FindWindowW to lookup its handle. This patch simply allows the user to specify a window handle directly. Signed-off-by: Lena <lena@nihil.gay>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 67ef92eb02..a1b09027bb 100644
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,7 @@ version <next>:
- aap filter
- demuxing, decoding, filtering, encoding, and muxing in the
ffmpeg CLI now all run in parallel
+- enable gdigrab device to grab a window using the hwnd=HANDLER syntax
version 6.1:
- libaribcaption decoder