diff options
author | Johns <johns98@gmx.net> | 2012-01-20 15:33:37 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-20 15:33:37 +0100 |
commit | 0422b6aa5aad384dac6eea345219a5bec32e9d78 (patch) | |
tree | 73428935c0956c8e739c804fb8cc134bd0fdf146 /video.h | |
parent | eb024558dece3d93b44f329da8626c358b7f4ace (diff) | |
download | vdr-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |