summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-20 15:33:37 +0100
committerJohns <johns98@gmx.net>2012-01-20 15:33:37 +0100
commit0422b6aa5aad384dac6eea345219a5bec32e9d78 (patch)
tree73428935c0956c8e739c804fb8cc134bd0fdf146 /video.h
parenteb024558dece3d93b44f329da8626c358b7f4ace (diff)
downloadvdr-plugin-softhddevice-0422b6aa5aad384dac6eea345219a5bec32e9d78.tar.gz
vdr-plugin-softhddevice-0422b6aa5aad384dac6eea345219a5bec32e9d78.tar.bz2
VDPAU: Add auto-crop support.
Diffstat (limited to 'video.h')
-rw-r--r--video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.h b/video.h
index 15ba976..f3ff6ad 100644
--- a/video.h
+++ b/video.h
@@ -100,6 +100,9 @@ extern void VideoSetSharpen(int[]);
/// Set audio delay.
extern void VideoSetAudioDelay(int);
+ /// Set auto-crop parameters.
+extern void VideoSetAutoCrop(int, int);
+
/// Clear OSD.
extern void VideoOsdClear(void);