Fix channelswitch with YADIF deinterlacer

This commit is contained in:
jojo61
2023-09-22 12:00:08 +02:00
parent e0bbaceec0
commit 6704b2ca5a
2 changed files with 13 additions and 12 deletions

View File

@@ -61,7 +61,7 @@ extern void ToggleLUT();
/// vdr-plugin version number.
/// Makefile extracts the version number for generating the file name
/// for the distribution archive.
static const char *const VERSION = "3.13"
static const char *const VERSION = "3.14"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif