Simplify Stereo Downmix

This commit is contained in:
jojo61
2024-02-04 10:32:33 +01:00
parent c679d812d1
commit 72cb77f771
2 changed files with 5 additions and 34 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.18"
static const char *const VERSION = "3.19"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif