mirror of https://github.com/mpv-player/mpv
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 */
|
||||
VOCTRL_EXTERNAL_RESIZE,
|
||||
|
||||
VOCTRL_HDR_METADATA, // struct mp_hdr_metadata*
|
||||
};
|
||||
|
||||
// Helper to expose what kind of content is currently playing to the VO.
|
||||
|
|
Loading…
Reference in New Issue