summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 036c8f54e7..6025aa5a0c 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -121,6 +121,10 @@ struct mp_codec_params {
struct pl_color_repr repr; // color representaion info where available
struct mp_rect crop; // crop to be applied
+ bool dovi;
+ uint8_t dv_profile;
+ uint8_t dv_level;
+
// STREAM_VIDEO + STREAM_AUDIO
int bits_per_coded_sample;
char *format_name; // pixel format (video) or sample format (audio)