mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
vo: add VOCTRL_HDR_METADATA to get mp_hdr_metadata
This commit is contained in:
parent
11747fa60a
commit
a98c5328dc
@ -130,6 +130,8 @@ enum mp_voctrl {
|
|||||||
|
|
||||||
/* private to vo_gpu and vo_gpu_next */
|
/* private to vo_gpu and vo_gpu_next */
|
||||||
VOCTRL_EXTERNAL_RESIZE,
|
VOCTRL_EXTERNAL_RESIZE,
|
||||||
|
|
||||||
|
VOCTRL_HDR_METADATA, // struct mp_hdr_metadata*
|
||||||
};
|
};
|
||||||
|
|
||||||
// Helper to expose what kind of content is currently playing to the VO.
|
// Helper to expose what kind of content is currently playing to the VO.
|
||||||
|
Loading…
Reference in New Issue
Block a user