OSDN Git Service

Updated x265 to version 2.8+48.
authorlordmulder <mulder2@gmx.de>
Sat, 11 Aug 2018 11:11:42 +0000 (13:11 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 11 Aug 2018 11:11:42 +0000 (13:11 +0200)
src/encoder_x265.cpp

index 03feb02..f545a89 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER =  27;
-static const unsigned int VERSION_X265_MINIMUM_REV = 346;
+static const unsigned int VERSION_X265_MINIMUM_VER = 28;
+static const unsigned int VERSION_X265_MINIMUM_REV = 47;
 
 // ------------------------------------------------------------
 // Helper Macros