Fix playback for old PES recordings with vaapi

This commit is contained in:
jojo61
2020-08-18 11:35:11 +02:00
parent 072e1d6847
commit 184cc1aa05
2 changed files with 5 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ extern "C"
/// vdr-plugin version number.
/// Makefile extracts the version number for generating the file name
/// for the distribution archive.
static const char *const VERSION = "3.2.3"
static const char *const VERSION = "3.2.4"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif