diff options
author | Johns <johns98@gmx.net> | 2011-12-10 00:15:38 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-10 00:15:38 +0100 |
commit | 749b0d672142c685556fa9f3788bff732920460b (patch) | |
tree | cff47acb11c9bd55688790ba4904d8845d6eddeb /softhddevice.cpp | |
parent | e1d8609143bc661b9ad84c91abb815ca0e9f9e36 (diff) | |
download | vdr-plugin-softhddevice-749b0d672142c685556fa9f3788bff732920460b.tar.gz vdr-plugin-softhddevice-749b0d672142c685556fa9f3788bff732920460b.tar.bz2 |
Video enhancements.
Pass PTS to video codec.
Flush audio buffer on channel change.
Sync audio + video stream.
Add workaround for Intel VA-API driver that forgets OSD position/size.
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 9e011ed..d017c0c 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -36,7 +36,7 @@ ////////////////////////////////////////////////////////////////////////////// -static const char *const VERSION = "0.0.8"; +static const char *const VERSION = "0.0.9"; static const char *const DESCRIPTION = trNOOP("A software and GPU emulated HD device"); |