summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-01-01 15:21:28 +0100
committerJohns <johns98@gmx.net>2013-01-01 15:21:28 +0100
commit3d5e59a6e516dd58d0e93d283787a1f54515ece1 (patch)
tree43bcf98b0d5f12b4297d5c7b71c3199d987b0958 /video.h
parentacf377ec601f4a7b904e7aa85e9ef48ed5231e45 (diff)
downloadvdr-plugin-softhddevice-3d5e59a6e516dd58d0e93d283787a1f54515ece1.tar.gz
vdr-plugin-softhddevice-3d5e59a6e516dd58d0e93d283787a1f54515ece1.tar.bz2
Support multiple streams with ScaleVideo.
Diffstat (limited to 'video.h')
-rw-r--r--video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.h b/video.h
index fab717f..1385122 100644
--- a/video.h
+++ b/video.h
@@ -110,7 +110,7 @@ extern void VideoSetSaturation(int);
extern void VideoSetHue(int);
/// Set video output position.
-extern void VideoSetOutputPosition(int, int, int, int);
+extern void VideoSetOutputPosition(VideoHwDecoder *, int, int, int, int);
/// Set video mode.
extern void VideoSetVideoMode(int, int, int, int);