diff options
author | Johns <johns98@gmx.net> | 2012-01-27 23:49:05 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-27 23:49:05 +0100 |
commit | 4d74ed1bfc2199d58b2375153cb838b3e71042e3 (patch) | |
tree | 553206a246994c8047ff8dec85d56e79d0846541 /video.h | |
parent | c3b924a2393c46513e5b02d5b821084d668e0bb9 (diff) | |
download | vdr-plugin-softhddevice-4d74ed1bfc2199d58b2375153cb838b3e71042e3.tar.gz vdr-plugin-softhddevice-4d74ed1bfc2199d58b2375153cb838b3e71042e3.tar.bz2 |
Add auto-crop tolerance configuration.
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ extern void VideoSetSharpen(int[]); extern void VideoSetAudioDelay(int); /// Set auto-crop parameters. -extern void VideoSetAutoCrop(int, int); +extern void VideoSetAutoCrop(int, int, int); /// Clear OSD. extern void VideoOsdClear(void); |