From b8ca90c4fcac747e743d4df4969a68f0e18b1a93 Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Mon, 19 Jan 2009 07:27:06 +0000 Subject: Return the aspect ratio property value. --- src/video_out/video_out_vdpau.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 7ec9a8fb8..5be71ceae 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -1348,6 +1348,8 @@ static int vdpau_get_property (vo_driver_t *this_gen, int property) return this->zoom_x; case VO_PROP_ZOOM_Y: return this->zoom_y; + case VO_PROP_ASPECT_RATIO: + return this->sc.user_ratio; } return -1; -- cgit v1.2.3