]> git.sesse.net Git - ffmpeg/commit
libavdevice/gdigrab: fix capture of windows with non-ASCII titles
authorHe Yang <1160386205@qq.com>
Sat, 20 Mar 2021 15:32:15 +0000 (23:32 +0800)
committerJan Ekström <jeebjp@gmail.com>
Tue, 13 Apr 2021 16:34:33 +0000 (19:34 +0300)
commit707f9c9f475f612e196876708cdb5ead31f63525
tree295fa84a00c2b199045dad9746b10ce7a1b26dcc
parent33db0cbfd08384d611370006a77675cc6b778d12
libavdevice/gdigrab: fix capture of windows with non-ASCII titles

Properly convert the UTF-8 input string to Windows wchar, and
utilize the wchar version of FindWindow.

Signed-off-by: He Yang <1160386205@qq.com>
libavdevice/gdigrab.c