summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-08-13 16:57:36 +0200
committerJohns <johns98@gmx.net>2012-08-13 16:57:36 +0200
commitc07ec82e6dc94020592930f5e6a206ddc1357802 (patch)
tree69224dbdf734f61a4b6b01f53c11c9b6ab9ce700 /video.h
parentecb48a5d637ff1c41001729cbf016e5498601bac (diff)
downloadvdr-plugin-softhddevice-c07ec82e6dc94020592930f5e6a206ddc1357802.tar.gz
vdr-plugin-softhddevice-c07ec82e6dc94020592930f5e6a206ddc1357802.tar.bz2
Fix bug: Can't use software decoder with VDPAU.
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 2ad261d..ea11633 100644
--- a/video.h
+++ b/video.h
@@ -82,6 +82,9 @@ extern void VideoDisplayWakeup(void);
/// Set video device.
extern void VideoSetDevice(const char *);
+ /// Get video driver name.
+extern const char *VideoGetDriverName(void);
+
/// Set video geometry.
extern int VideoSetGeometry(const char *);