Update libplacebo till API 175

This commit is contained in:
jojo61
2021-11-16 15:05:49 +01:00
parent 59a82d409e
commit cc099e24ea
2 changed files with 36 additions and 8 deletions

View File

@@ -63,7 +63,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.5.2"
static const char *const VERSION = "3.5.3"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif