1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 21:27:08 +00:00

vo: add VOCTRL_HDR_METADATA to get mp_hdr_metadata

This commit is contained in:
Kacper Michajłow 2023-08-29 10:23:06 +02:00 committed by Niklas Haas
parent 11747fa60a
commit a98c5328dc

View File

@ -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.