summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authormaverick-me <>2012-11-05 22:08:09 +0100
committerJohns <johns98@gmx.net>2012-11-05 22:08:09 +0100
commiteb0ba0ba81d2353a6cec18e562714df42a9ab034 (patch)
tree5627cc466c5118673ec2e02ae1d10efcb8a40956 /video.h
parent188e985557025a58318c5fc1cfd29f4b119d4c71 (diff)
downloadvdr-plugin-play-eb0ba0ba81d2353a6cec18e562714df42a9ab034.tar.gz
vdr-plugin-play-eb0ba0ba81d2353a6cec18e562714df42a9ab034.tar.bz2
Play 3d support and service api.
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 c644959..bc7bb8f 100644
--- a/video.h
+++ b/video.h
@@ -41,6 +41,9 @@ extern void VideoPollEvents(int);
/// Get player window id.
extern int VideoGetPlayWindow(void);
+ /// Set Osd 3D Mode
+extern void VideoSetOsd3DMode(int);
+
/// Draw an OSD ARGB image.
extern void VideoDrawARGB(int, int, int, int, const uint8_t *);