OSDN Git Service

Bump x265 minimum required version to 3.3+1. v2.96
authorlordmulder <mulder2@gmx.de>
Fri, 17 Apr 2020 21:01:43 +0000 (23:01 +0200)
committerlordmulder <mulder2@gmx.de>
Fri, 17 Apr 2020 21:01:43 +0000 (23:01 +0200)
HISTORY.txt
src/encoder_x265.cpp

index d112080..507864d 100644 (file)
@@ -4,8 +4,9 @@ Simple x264/x265 Launcher version history
 
 Version 2.96 [2020-04-17]
 * Updated x264 to revision 3000 (API v160)
-* Updated cURL to version 7.69.1 (2020-03-11)
+* Updated x265 to version 3.3+1
 * Updated build environment to Visual Studio 2019 with Update-5
+* Updated cURL to version 7.69.1 (2020-03-11)
 
 Version 2.95 [2020-01-03]
 * Updated x264 to revision 2991 (API v159)
index 55bbc5c..adbcc53 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER = 32;
-static const unsigned int VERSION_X265_MINIMUM_REV =  5;
+static const unsigned int VERSION_X265_MINIMUM_VER = 33;
+static const unsigned int VERSION_X265_MINIMUM_REV =  1;
 
 // ------------------------------------------------------------
 // Helper Macros