summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-02-11 00:52:49 +0100
committerDudemanguy <random342@airmail.cc>2024-03-09 05:58:52 +0000
commitd9c1e9bc5c8ca5e4a75b197789b77890375cb8e2 (patch)
treeb0ded6868977c591bc03e442696762a85cfbb0ec /video/mp_image.h
parent05c8d5a93a743cb735ca751c2a6343dba4dcf511 (diff)
downloadmpv-d9c1e9bc5c8ca5e4a75b197789b77890375cb8e2.tar.bz2
mpv-d9c1e9bc5c8ca5e4a75b197789b77890375cb8e2.tar.xz
mp_image: add Dolby Vision metadata mapping
Remove side-loading metadata in vo_gpu_next.c and remove unneded side-data duplication.
Diffstat (limited to 'video/mp_image.h')
-rw-r--r--video/mp_image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index 3a6130a24d..af0d9fd58d 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -116,8 +116,6 @@ typedef struct mp_image {
struct AVBufferRef *dovi;
// Film grain data, if any
struct AVBufferRef *film_grain;
- // Dolby Vision RPU buffer, if any
- struct AVBufferRef *dovi_buf;
// Other side data we don't care about.
struct mp_ff_side_data *ff_side_data;
int num_ff_side_data;