summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-05-21 15:34:33 +0200
committerJohns <johns98@gmx.net>2012-05-21 15:34:33 +0200
commit32527f832e203e8d111f0da07f91e146e24dd48a (patch)
tree02486613967e6619f37bb79579b60097eb6d7c09 /video.h
parent57bbd02c57f59715c1a5469aaff53b5cefcd29d4 (diff)
downloadvdr-plugin-softhddevice-32527f832e203e8d111f0da07f91e146e24dd48a.tar.gz
vdr-plugin-softhddevice-32527f832e203e8d111f0da07f91e146e24dd48a.tar.bz2
Makes OSD size configurable.
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);