OSDN Git Service

Updated copyright year.
[x264-launcher/x264-launcher.git] / src / encoder_x264.cpp
index 705eb1d..d8275b0 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Simple x264 Launcher
-// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2023 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
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2982;
-static const unsigned int VERSION_X264_CURRENT_API =  158;
+static const unsigned int VERSION_X264_MINIMUM_REV = 3065;
+static const unsigned int VERSION_X264_CURRENT_API =  164;
 
 // ------------------------------------------------------------
 // Helper Macros