From 395f090db62b700441ea11026c372fef35b31f01 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 13 May 2016 20:41:30 +0200 Subject: [PATCH] Bump x265 version. --- src/encoder_x265.cpp | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 4601065..420ce3b 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,7 +40,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 19; -static const unsigned int VERSION_X265_MINIMUM_REV = 140; +static const unsigned int VERSION_X265_MINIMUM_REV = 167; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 8164c4d..5fd7213 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 0 -#define VER_X264_BUILD 1028 +#define VER_X264_BUILD 1030 #define VER_X264_PORTABLE_EDITION (0)