From 00c53d77b24a6bf2c12a5c492fa527846d18bf92 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 15 Jul 2017 21:08:48 +0200 Subject: [PATCH] Updated x264 binaries to r2851. --- HISTORY.txt | 4 ++++ src/encoder_x264.cpp | 4 ++-- src/version.h | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index a31717b..8337220 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,10 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.84 [2017-07-12] +* Updated x264 to revision 2851 +* Updated x265 to version 2.5+2 + Version 2.83 [2017-06-11] * Updated x264 to revision 2833 * Updated x265 to version 2.4+36 diff --git a/src/encoder_x264.cpp b/src/encoder_x264.cpp index 1339b6b..477d00b 100644 --- a/src/encoder_x264.cpp +++ b/src/encoder_x264.cpp @@ -40,8 +40,8 @@ #include //x264 version info -static const unsigned int VERSION_X264_MINIMUM_REV = 2768; -static const unsigned int VERSION_X264_CURRENT_API = 150; +static const unsigned int VERSION_X264_MINIMUM_REV = 2795; +static const unsigned int VERSION_X264_CURRENT_API = 152; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index b41e4f6..b2490de 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 8 -#define VER_X264_PATCH 3 -#define VER_X264_BUILD 1115 +#define VER_X264_PATCH 4 +#define VER_X264_BUILD 1116 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.0