summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-22 17:07:08 +0100
committerJohns <johns98@gmx.net>2012-01-22 17:07:08 +0100
commit98d2e0f7285c07aef879cd667eb54f68f7234a2b (patch)
tree15846c2cafd029a57888eadf2c0f650e0ead422f /video.c
parent970493fb23b03cc2f0d7b9a829a2cb85c621c980 (diff)
downloadvdr-plugin-softhddevice-98d2e0f7285c07aef879cd667eb54f68f7234a2b.tar.gz
vdr-plugin-softhddevice-98d2e0f7285c07aef879cd667eb54f68f7234a2b.tar.bz2
Cleanups and Codec..Del.. prototypes.
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: