From 5f71d7bff3cdd4644cfd33c821faa0c1936eee61 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 6 May 2017 13:10:40 +0200 Subject: [PATCH] Bump x265 version. --- src/encoder_x265.cpp | 4 ++-- src/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 73355fb..01b3a43 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,8 +40,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 23; -static const unsigned int VERSION_X265_MINIMUM_REV = 28; +static const unsigned int VERSION_X265_MINIMUM_VER = 24; +static const unsigned int VERSION_X265_MINIMUM_REV = 6; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 34af898..4a468dd 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 8 #define VER_X264_PATCH 0 -#define VER_X264_BUILD 1107 +#define VER_X264_BUILD 1108 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.0