summaryrefslogtreecommitdiffstats
path: root/video/vdpau_mixer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-29 15:12:38 +0200
committerwm4 <wm4@nowhere>2014-05-02 01:08:04 +0200
commitfd63f2f0377f30fb66ee8e78d36dffeb9c4a549a (patch)
tree8fe83003395b0f231be608f3950b4ebbb2d01209 /video/vdpau_mixer.h
parentec28a281b9612978a3cc3c8dd6c91dbb9b61823f (diff)
downloadmpv-fd63f2f0377f30fb66ee8e78d36dffeb9c4a549a.tar.bz2
mpv-fd63f2f0377f30fb66ee8e78d36dffeb9c4a549a.tar.xz
vdpau_mixer: allow overriding frame opts
So a caller can override the filter options dictated by vf_vdpaupp.
Diffstat (limited to 'video/vdpau_mixer.h')
-rw-r--r--video/vdpau_mixer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/vdpau_mixer.h b/video/vdpau_mixer.h
index 80ba978373..f9a795375e 100644
--- a/video/vdpau_mixer.h
+++ b/video/vdpau_mixer.h
@@ -51,6 +51,7 @@ struct mp_vdpau_mixer *mp_vdpau_mixer_create(struct mp_vdpau_ctx *vdp_ctx,
void mp_vdpau_mixer_destroy(struct mp_vdpau_mixer *mixer);
int mp_vdpau_mixer_render(struct mp_vdpau_mixer *mixer,
+ struct mp_vdpau_mixer_opts *opts,
VdpOutputSurface output, VdpRect *output_rect,
struct mp_image *video, VdpRect *video_rect);