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, 2 insertions, 2 deletions
diff --git a/video/vdpau_mixer.h b/video/vdpau_mixer.h
index 716b57e489..e232dd64d4 100644
--- a/video/vdpau_mixer.h
+++ b/video/vdpau_mixer.h
@@ -3,6 +3,7 @@
#include <stdbool.h>
+#include "csputils.h"
#include "mp_image.h"
#include "vdpau.h"
@@ -39,8 +40,7 @@ struct mp_vdpau_mixer {
VdpChromaType current_chroma_type;
int current_w, current_h;
- // set initialized=false to force reinit when changed
- struct mp_csp_equalizer video_eq;
+ struct mp_csp_equalizer_state *video_eq;
VdpVideoMixer video_mixer;
};