Fix vaapi deinterlace for ffmpeg 8.1

This commit is contained in:
jojo61
2025-11-01 10:31:35 +01:00
parent 40c2152557
commit 618b689bc3
2 changed files with 30 additions and 8 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.33"
static const char *const VERSION = "3.34"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif