Ffmeg does no Stereo Downmix for Codec AAV LATM

Do Downmix after decoding
This commit is contained in:
jojo61
2024-02-02 15:27:39 +01:00
parent 8629946041
commit 47b461ab46
2 changed files with 52 additions and 9 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.16"
static const char *const VERSION = "3.17"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif