From 32527f832e203e8d111f0da07f91e146e24dd48a Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 21 May 2012 15:34:33 +0200 Subject: Makes OSD size configurable. --- video.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video.h') 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); -- cgit v1.2.3