summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-27 23:49:05 +0100
committerJohns <johns98@gmx.net>2012-01-27 23:49:05 +0100
commit4d74ed1bfc2199d58b2375153cb838b3e71042e3 (patch)
tree553206a246994c8047ff8dec85d56e79d0846541 /video.h
parentc3b924a2393c46513e5b02d5b821084d668e0bb9 (diff)
downloadvdr-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.h b/video.h
index 443cf16..d544455 100644
--- a/video.h
+++ b/video.h
@@ -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);