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 f027c9f..3b5bbaa 100644
--- a/video.h
+++ b/video.h
@@ -150,6 +150,9 @@ extern void VideoOsdDrawARGB(int, int, int, int, const uint8_t *);
/// Get OSD size.
extern void VideoGetOsdSize(int *, int *);
+ /// Set OSD size.
+extern void VideoSetOsdSize(int, int);
+
/// Set video clock.
extern void VideoSetClock(VideoHwDecoder *, int64_t);