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
1 changed files with 2 additions and 0 deletions

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.