Fix jump in recordings

Fix in CUVID Bufferhandling
This commit is contained in:
jojo61
2019-10-11 11:47:11 +02:00
parent 6eb0a7f35a
commit a2b52bb804
4 changed files with 218 additions and 158 deletions

View File

@@ -67,7 +67,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 = "2.0.0"
static const char *const VERSION = "2.1.0"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif