From 1af6d6ccd4fcc4fcab864ac8ef56ca05a832d0b0 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 1 May 2014 21:22:57 +0200 Subject: [PATCH] Updated encoder versions. --- src/encoder_x264.cpp | 2 +- src/encoder_x265.cpp | 2 +- src/version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/encoder_x264.cpp b/src/encoder_x264.cpp index 8c8ae6b..b7d00f2 100644 --- a/src/encoder_x264.cpp +++ b/src/encoder_x264.cpp @@ -32,7 +32,7 @@ #include //x264 version info -static const unsigned int VERSION_X264_MINIMUM_REV = 2397; +static const unsigned int VERSION_X264_MINIMUM_REV = 2412; static const unsigned int VERSION_X264_CURRENT_API = 142; // ------------------------------------------------------------ diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 6e896ea..29f4624 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -33,7 +33,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 9; -static const unsigned int VERSION_X265_MINIMUM_REV = 70; +static const unsigned int VERSION_X265_MINIMUM_REV = 133; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index b668757..58fd9de 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 3 -#define VER_X264_PATCH 7 -#define VER_X264_BUILD 855 +#define VER_X264_PATCH 8 +#define VER_X264_BUILD 856 #define VER_X264_PORTABLE_EDITION (0)