From fd63f2f0377f30fb66ee8e78d36dffeb9c4a549a Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 29 Apr 2014 15:12:38 +0200 Subject: vdpau_mixer: allow overriding frame opts So a caller can override the filter options dictated by vf_vdpaupp. --- video/vdpau_mixer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/vdpau_mixer.h') 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); -- cgit v1.2.3