OSDN Git Service

Bump x265 version.
[x264-launcher/x264-launcher.git] / src / encoder_x265.cpp
index 7fae5e1..7e0f7a2 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Simple x264 Launcher
-// Copyright (C) 2004-2015 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2016 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -37,8 +37,8 @@
 #include <QRegExp>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER = 18;
-static const unsigned int VERSION_X265_MINIMUM_REV = 167;
+static const unsigned int VERSION_X265_MINIMUM_VER =  19;
+static const unsigned int VERSION_X265_MINIMUM_REV = 140;
 
 // ------------------------------------------------------------
 // Helper Macros