diff options
author | Johns <johns98@gmx.net> | 2011-12-23 19:33:30 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-23 19:33:30 +0100 |
commit | 06fddc206e5fec17bd59f4e8005e44bde957f8cc (patch) | |
tree | 538f3f693c1f7691fa5bdf41ccecb65dacd39597 /softhddevice.cpp | |
parent | 1e18da47f7466b68e52b5d64eebfbdde8f693116 (diff) | |
download | vdr-plugin-softhddevice-06fddc206e5fec17bd59f4e8005e44bde957f8cc.tar.gz vdr-plugin-softhddevice-06fddc206e5fec17bd59f4e8005e44bde957f8cc.tar.bz2 |
Initial vdpau hw decoder support.
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 ff675c9..962cf20 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -39,7 +39,7 @@ extern "C" { ////////////////////////////////////////////////////////////////////////////// -static const char *const VERSION = "0.1.0"; +static const char *const VERSION = "0.1.1"; static const char *const DESCRIPTION = trNOOP("A software and GPU emulated HD device"); |