OSDN Git Service

Updated x265 to version 3.1.
authorlordmulder <mulder2@gmx.de>
Sun, 14 Jul 2019 17:49:38 +0000 (19:49 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 14 Jul 2019 17:49:38 +0000 (19:49 +0200)
src/encoder_x265.cpp

index 9806e9b..e591480 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER = 30;
-static const unsigned int VERSION_X265_MINIMUM_REV =  8;
+static const unsigned int VERSION_X265_MINIMUM_VER = 31;
+static const unsigned int VERSION_X265_MINIMUM_REV =  0;
 
 // ------------------------------------------------------------
 // Helper Macros