From 2a319944402f3d4dba86bfca46749af4d5d735e1 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Mon, 26 Feb 2018 15:57:56 +0100 Subject: [PATCH] Bump x265 version. --- src/encoder_x265.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index ac678f9..b3a8a76 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2017 LoRd_MuldeR +// Copyright (C) 2004-2018 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -40,8 +40,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 25; -static const unsigned int VERSION_X265_MINIMUM_REV = 22; +static const unsigned int VERSION_X265_MINIMUM_VER = 27; +static const unsigned int VERSION_X265_MINIMUM_REV = 1; // ------------------------------------------------------------ // Helper Macros