summaryrefslogtreecommitdiffstats
path: root/video/vdpau_mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/vdpau_mixer.h')
-rw-r--r--video/vdpau_mixer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/video/vdpau_mixer.h b/video/vdpau_mixer.h
index f9a795375e..97bef86d3f 100644
--- a/video/vdpau_mixer.h
+++ b/video/vdpau_mixer.h
@@ -34,7 +34,9 @@ struct mp_vdpau_mixer {
struct mp_image_params image_params;
struct mp_vdpau_mixer_opts opts;
- VdpChromaType chroma_type;
+
+ VdpChromaType current_chroma_type;
+ int current_w, current_h;
// set initialized=false to force reinit when changed
struct mp_csp_equalizer video_eq;