From 4d74ed1bfc2199d58b2375153cb838b3e71042e3 Mon Sep 17 00:00:00 2001 From: Johns Date: Fri, 27 Jan 2012 23:49:05 +0100 Subject: Add auto-crop tolerance configuration. --- video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video.h') 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); -- cgit v1.2.3