From 6c665b144713bf6e71c397639aae9cd613a79660 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 14 Apr 2016 20:58:13 +0200 Subject: [PATCH] Bump x265 version. --- src/encoder_x265.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 14f112b..3a8ebab 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -38,7 +38,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 19; -static const unsigned int VERSION_X265_MINIMUM_REV = 106; +static const unsigned int VERSION_X265_MINIMUM_REV = 125; // ------------------------------------------------------------ // Helper Macros