summaryrefslogtreecommitdiffstats
path: root/osdep/mpv.exe.manifest
diff options
context:
space:
mode:
authorAndarwinux <Andarwinux@users.noreply.github.com>2023-12-19 00:00:00 +0000
committersfan5 <sfan5@live.de>2023-12-22 16:36:31 +0100
commite832f4969fa99883178b4e47808d18e9b5f7c2ff (patch)
tree29900ae144c90e5aef03547d91a904a9d7f7dc0b /osdep/mpv.exe.manifest
parentc09245cdf2491211f3e0bfe47f28cc0e0a2e05c8 (diff)
downloadmpv-e832f4969fa99883178b4e47808d18e9b5f7c2ff.tar.bz2
mpv-e832f4969fa99883178b4e47808d18e9b5f7c2ff.tar.xz
win32: opt in to the windows segment heap
ref: https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests#heaptype Improves demuxer cache recycling speed at the cost of a slight CPU usage increase. SegmentHeap is supported in Windows 10, version 2004 (build 19041) and later.
Diffstat (limited to 'osdep/mpv.exe.manifest')
-rw-r--r--osdep/mpv.exe.manifest1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/mpv.exe.manifest b/osdep/mpv.exe.manifest
index 2ef5b0ed15..3cade40a38 100644
--- a/osdep/mpv.exe.manifest
+++ b/osdep/mpv.exe.manifest
@@ -13,6 +13,7 @@
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
+ <heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
</windowsSettings>
</application>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">