OSDN Git Service

Bump x265 version.
authorlordmulder <mulder2@gmx.de>
Sun, 11 Jun 2017 15:50:11 +0000 (17:50 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 11 Jun 2017 15:50:11 +0000 (17:50 +0200)
src/encoder_x264.cpp
src/encoder_x265.cpp

index cb65446..1339b6b 100644 (file)
@@ -40,7 +40,7 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2804;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2768;
 static const unsigned int VERSION_X264_CURRENT_API =  150;
 
 // ------------------------------------------------------------
index 584414e..b40c3c9 100644 (file)
@@ -41,7 +41,7 @@
 
 //x265 version info
 static const unsigned int VERSION_X265_MINIMUM_VER = 24;
-static const unsigned int VERSION_X265_MINIMUM_REV = 22;
+static const unsigned int VERSION_X265_MINIMUM_REV = 36;
 
 // ------------------------------------------------------------
 // Helper Macros