summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2015-01-07 18:47:27 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2015-01-07 18:47:27 +0100
commitf811348d0caabccdc72100c7d7d2f9df8332518a (patch)
tree99d41cf5ad4ffcda57f1b3fa4b8fe3d87d3f8fa5 /video/out/vo.h
parentd66598eeed10175b946fda8c76712714f578bb56 (diff)
downloadmpv-f811348d0caabccdc72100c7d7d2f9df8332518a.tar.bz2
mpv-f811348d0caabccdc72100c7d7d2f9df8332518a.tar.xz
vo_opengl: add support for in memory icc profiles
Previously we just forced loading a profile from file, but that has poor integration for querying the OS / display server for an ICC profile, and generating profiles on the fly (which we might use in the future for creating preset 3dluts). Also changed the previous icc-profile-auto code to use this mechanism, and moved gl_lcms to be an opaque type with state instead of just providing pure functions.
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 383f47c7d7..ab7d97ae49 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -100,7 +100,7 @@ enum mp_voctrl {
VOCTRL_SET_COMMAND_LINE, // char**
- VOCTRL_GET_ICC_PROFILE_PATH, // char**
+ VOCTRL_GET_ICC_PROFILE, // bstr*
VOCTRL_GET_DISPLAY_FPS, // double*
VOCTRL_GET_RECENT_FLIP_TIME, // int64_t* (using mp_time_us())