summaryrefslogtreecommitdiffstats
path: root/libvo/vdpau_template.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-15 18:39:48 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-15 18:39:48 +0200
commit14bb3416c735e99cbf0507548d3f3fcbba0fba7f (patch)
treecae9d476b0b381a5af124f9ff7f5074af1d44320 /libvo/vdpau_template.c
parent82ee2e217f8f9ec67bcbd3b6b60f49a003da9300 (diff)
downloadmpv-14bb3416c735e99cbf0507548d3f3fcbba0fba7f.tar.bz2
mpv-14bb3416c735e99cbf0507548d3f3fcbba0fba7f.tar.xz
vo_vdpau: Add support for high-quality scaling feature
Part of the code is currently under #ifdef to allow compilation with older VDPAU library versions; that can be removed later. Partially based on a patch by Carl Eugen Hoyos.
Diffstat (limited to 'libvo/vdpau_template.c')
-rw-r--r--libvo/vdpau_template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vdpau_template.c b/libvo/vdpau_template.c
index 1b8d354316..3f9b26c5d8 100644
--- a/libvo/vdpau_template.c
+++ b/libvo/vdpau_template.c
@@ -33,6 +33,7 @@ VDP_FUNCTION(VdpPresentationQueueTargetCreateX11, VDP_FUNC_ID_PRESENTATION_QUEUE
VDP_FUNCTION(VdpPresentationQueueTargetDestroy, VDP_FUNC_ID_PRESENTATION_QUEUE_TARGET_DESTROY, presentation_queue_target_destroy)
VDP_FUNCTION(VdpVideoMixerCreate, VDP_FUNC_ID_VIDEO_MIXER_CREATE, video_mixer_create)
VDP_FUNCTION(VdpVideoMixerDestroy, VDP_FUNC_ID_VIDEO_MIXER_DESTROY, video_mixer_destroy)
+VDP_FUNCTION(VdpVideoMixerQueryFeatureSupport, VDP_FUNC_ID_VIDEO_MIXER_QUERY_FEATURE_SUPPORT, video_mixer_query_feature_support)
VDP_FUNCTION(VdpVideoMixerRender, VDP_FUNC_ID_VIDEO_MIXER_RENDER, video_mixer_render)
VDP_FUNCTION(VdpVideoMixerSetAttributeValues, VDP_FUNC_ID_VIDEO_MIXER_SET_ATTRIBUTE_VALUES, video_mixer_set_attribute_values)
VDP_FUNCTION(VdpVideoMixerSetFeatureEnables, VDP_FUNC_ID_VIDEO_MIXER_SET_FEATURE_ENABLES, video_mixer_set_feature_enables)