diff options
author | Johns <johns98@gmx.net> | 2012-05-21 15:34:33 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-05-21 15:34:33 +0200 |
commit | 32527f832e203e8d111f0da07f91e146e24dd48a (patch) | |
tree | 02486613967e6619f37bb79579b60097eb6d7c09 /video.h | |
parent | 57bbd02c57f59715c1a5469aaff53b5cefcd29d4 (diff) | |
download | vdr-plugin-softhddevice-32527f832e203e8d111f0da07f91e146e24dd48a.tar.gz vdr-plugin-softhddevice-32527f832e203e8d111f0da07f91e146e24dd48a.tar.bz2 |
Makes OSD size configurable.
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |