mirror of https://github.com/FFmpeg/FFmpeg.git
Some filters, like gdigrab, rely on this to be set to see and report proper dimensions.pull/388/head
parent
b77fff47d0
commit
f85e0673c3
3 changed files with 14 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> |
||||
<asmv3:application> |
||||
<asmv3:windowsSettings> |
||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> |
||||
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness> |
||||
</asmv3:windowsSettings> |
||||
</asmv3:application> |
||||
</assembly> |
@ -0,0 +1,2 @@ |
||||
#include <windows.h> |
||||
1 RT_MANIFEST fftools.manifest |
Loading…
Reference in new issue