summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
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 20e016d..5780d61 100644
--- a/video.h
+++ b/video.h
@@ -90,6 +90,9 @@ extern void VideoSet60HzMode(int);
/// Set soft start audio/video sync.
extern void VideoSetSoftStartSync(int);
+ /// Set show black picture during channel switch.
+extern void VideoSetBlackPicture(int);
+
/// Set video output position.
extern void VideoSetOutputPosition(int, int, int, int);