diff options
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |