diff options
author | Johns <johns98@gmx.net> | 2012-08-13 16:57:36 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-08-13 16:57:36 +0200 |
commit | c07ec82e6dc94020592930f5e6a206ddc1357802 (patch) | |
tree | 69224dbdf734f61a4b6b01f53c11c9b6ab9ce700 /video.h | |
parent | ecb48a5d637ff1c41001729cbf016e5498601bac (diff) | |
download | vdr-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 *); |