From 92b9837ff5c67a4a9824c1f42cad99e1f7df5768 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 7 Jan 2017 20:33:39 +0100 Subject: [PATCH 1/1] 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 486d63e..c9755e4 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 = 21; -static const unsigned int VERSION_X265_MINIMUM_REV = 70; +static const unsigned int VERSION_X265_MINIMUM_VER = 22; +static const unsigned int VERSION_X265_MINIMUM_REV = 15; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 5c26fe8..f364baa 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 7 #define VER_X264_PATCH 7 -#define VER_X264_BUILD 1079 +#define VER_X264_BUILD 1080 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.0