diff options
author | Johns <johns98@gmx.net> | 2012-01-22 17:07:08 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-22 17:07:08 +0100 |
commit | 98d2e0f7285c07aef879cd667eb54f68f7234a2b (patch) | |
tree | 15846c2cafd029a57888eadf2c0f650e0ead422f /video.c | |
parent | 970493fb23b03cc2f0d7b9a829a2cb85c621c980 (diff) | |
download | vdr-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |