summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2022-01-06 08:32:46 +0100
committerNiklas Haas <github-daiK1o@haasn.dev>2022-01-09 13:06:27 +0100
commit0e5f7b48d277887591cf7fa7c1bc37a34db13530 (patch)
tree6bfadf542ad07cb7882d465ca3145630b6af16da /video/mp_image.h
parent777628e7616f321709cc43c64c2ce0c79afced6b (diff)
downloadmpv-0e5f7b48d277887591cf7fa7c1bc37a34db13530.tar.bz2
mpv-0e5f7b48d277887591cf7fa7c1bc37a34db13530.tar.xz
mp_image: add dolbyvision metadata
Co-authored-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'video/mp_image.h')
-rw-r--r--video/mp_image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index dd82251464..17c0eae53f 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -108,6 +108,8 @@ typedef struct mp_image {
struct AVBufferRef *icc_profile;
// Closed captions packet, if any (only after decoder)
struct AVBufferRef *a53_cc;
+ // Dolby Vision metadata, if any
+ struct AVBufferRef *dovi;
// Other side data we don't care about.
struct mp_ff_side_data *ff_side_data;
int num_ff_side_data;