summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossymiles@gmail.com>2015-11-26 22:11:45 +1100
committerJames Ross-Gowan <rossymiles@gmail.com>2015-11-26 23:04:50 +1100
commit69ba4f776ffffc0fa59a88ddcb2cd22d0326d007 (patch)
treec7d6fd9b90552310b67604d87f98e56526612835 /DOCS/man/vo.rst
parent4c111fbcde6abe9ce4fab0f1e7fcef384efcc4e5 (diff)
downloadmpv-69ba4f776ffffc0fa59a88ddcb2cd22d0326d007.tar.bz2
mpv-69ba4f776ffffc0fa59a88ddcb2cd22d0326d007.tar.xz
w32_common: implement icc-profile-auto
This adds basic support for ICC profiles. Per-monitor profiles are supported. WCS profiles are not supported, but there is an API for converting WCS profiles to ICC, so they might be supported in future. I'm just not sure if anyone actually uses them. Reloading the ICC profile when it's changed in the control panel is also not supported. This might be possible by using the WCS APIs and watching the registry for changes, but there is no official API for it, and as far as I can tell, no other Windows programs can do it.
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 24bf0868be..bde8314bbd 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -891,7 +891,8 @@ Available video output drivers are:
Automatically select the ICC display profile currently specified by
the display settings of the operating system.
- NOTE: Only implemented on OS X and X11
+ NOTE: On Windows, the default profile must be an ICC profile. WCS
+ profiles are not supported.
``icc-cache-dir=<dirname>``
Store and load the 3D LUTs created from the ICC profile in this directory.