From 8aa4768004b9cdc0e68beaaa38b1c0b90f527983 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 26 Apr 2015 17:47:02 +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 9ac75c0..cd705c1 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 = 16; -static const unsigned int VERSION_X265_MINIMUM_REV = 174; +static const unsigned int VERSION_X265_MINIMUM_REV = 239; // ------------------------------------------------------------ // Helper Macros