diff options
| -rw-r--r-- | .gitignore | 11 | ||||
| -rw-r--r-- | HISTORY | 2 | ||||
| -rw-r--r-- | rpihddevice.c | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91f9a15 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.dependencies +*.a +*.o +*.so +*~ +po/*.pot +po/*.mo +.settings +.cproject +.project + @@ -1,6 +1,8 @@ VDR Plugin 'rpihddevice' Revision History ----------------------------------------- +2015-01-21: Version 0.0.11 +-------------------------- - new: - reworked audio decoder, increase buffering of audio samples - reworked omxdevice and improved clock stretching for transfer mode diff --git a/rpihddevice.c b/rpihddevice.c index 51fcca3..19a1f64 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -13,7 +13,7 @@ #include "display.h" #include "tools.h" -static const char *VERSION = "0.0.10"; +static const char *VERSION = "0.0.11"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin |
