Support FFMPEG Version 8.1

This commit is contained in:
jojo61
2025-10-19 15:28:18 +02:00
parent 4c48e91156
commit 42658030a4
2 changed files with 5 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.31"
static const char *const VERSION = "3.32"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif