Support for ffmpeg 7.0.x

This commit is contained in:
jojo61
2024-08-05 17:00:56 +02:00
parent 4e5529efcf
commit 9dd936df86
2 changed files with 61 additions and 27 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.22"
static const char *const VERSION = "3.23"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif