Fix handling of vaapi filehandles

This commit is contained in:
Joachim König
2024-01-11 10:59:09 +01:00
parent 6704b2ca5a
commit d5ca73c22f
2 changed files with 11 additions and 2 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.14"
static const char *const VERSION = "3.15"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif