diff options
author | Johns <johns98@gmx.net> | 2011-12-29 17:47:21 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-29 17:47:21 +0100 |
commit | 1f2d1d235e162b8913f381e426ce40540460485a (patch) | |
tree | bd9b50dcbbc768cae352c7ea4d80a91fc04e5ed4 /softhddevice.cpp | |
parent | f1792644685a6ba8f8233ae5b5f4a3faab35a1a3 (diff) | |
download | vdr-plugin-softhddevice-1f2d1d235e162b8913f381e426ce40540460485a.tar.gz vdr-plugin-softhddevice-1f2d1d235e162b8913f381e426ce40540460485a.tar.bz2 |
Vpdau displays black, when no video available.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r-- | softhddevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp index e8b9679..1dbff5f 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -39,7 +39,7 @@ extern "C" { ////////////////////////////////////////////////////////////////////////////// -static const char *const VERSION = "0.1.3"; +static const char *const VERSION = "0.1.4"; static const char *const DESCRIPTION = trNOOP("A software and GPU emulated HD device"); |