From 868c5d6895f503e6d71a3090ddcca241079d9766 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Wed, 16 Apr 2014 20:33:25 +0200 Subject: [PATCH] Updated x265 version number. --- 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 0822cd9..97645b6 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -32,7 +32,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 9; -static const unsigned int VERSION_X265_MINIMUM_REV = 29; +static const unsigned int VERSION_X265_MINIMUM_REV = 53; // ------------------------------------------------------------ // Helper Macros