Fix issue #42 and changes for faster a/v sync

This commit is contained in:
jojo61
2020-03-31 13:57:43 +02:00
parent fecb81486d
commit a6e65d953e
4 changed files with 83 additions and 526 deletions

View File

@@ -61,7 +61,7 @@ extern "C"
/// vdr-plugin version number.
/// Makefile extracts the version number for generating the file name
/// for the distribution archive.
static const char *const VERSION = "3.0.0"
static const char *const VERSION = "3.1.0"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif