summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video.c')
-rw-r--r--video.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.c b/video.c
index 3d01cd3..68e8581 100644
--- a/video.c
+++ b/video.c
@@ -5331,6 +5331,9 @@ static uint8_t *VdpauGrabOutputSurface(int *ret_size, int *ret_width,
Debug(3, "video/vdpau: grab %dx%d format %d\n", width, height,
rgba_format);
+ // FIXME: scale surface to requested size with
+ // VdpauOutputSurfaceRenderOutputSurface
+
switch (rgba_format) {
case VDP_RGBA_FORMAT_B8G8R8A8:
case VDP_RGBA_FORMAT_R8G8B8A8: