Compare commits
2 Commits
728409f5f6
...
9c5069ab69
Author | SHA1 | Date | |
---|---|---|---|
9c5069ab69 | |||
8a48c89f5d |
@ -47,7 +47,7 @@ private:
|
||||
QString m_failedPath;
|
||||
const SysinfoModel *const m_sysinfo;
|
||||
|
||||
static const size_t MAX_BINARIES = 32;
|
||||
static const size_t MAX_BINARIES = 48;
|
||||
static QMutex m_binLock;
|
||||
static QScopedPointer<QFile> m_binPath[MAX_BINARIES];
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define VER_X264_MAJOR 3
|
||||
#define VER_X264_MINOR 0
|
||||
#define VER_X264_PATCH 4
|
||||
#define VER_X264_BUILD 1222
|
||||
#define VER_X264_BUILD 1224
|
||||
|
||||
#define VER_X264_PORTABLE_EDITION (0)
|
||||
|
||||
|
@ -253,7 +253,7 @@ MainWindow::MainWindow(const MUtils::CPUFetaures::cpu_info_t &cpuFeatures, MUtil
|
||||
SETUP_WEBLINK(ui->actionWebVapourSynthDocs, "http://www.vapoursynth.com/doc/");
|
||||
SETUP_WEBLINK(ui->actionOnlineDocX264, "http://en.wikibooks.org/wiki/MeGUI/x264_Settings"); //http://mewiki.project357.com/wiki/X264_Settings
|
||||
SETUP_WEBLINK(ui->actionOnlineDocX265, "http://x265.readthedocs.org/en/default/");
|
||||
SETUP_WEBLINK(ui->actionWebBluRay, "http://www.x264bluray.com/");
|
||||
SETUP_WEBLINK(ui->actionWebBluRay, "http://web.archive.org/web/20211020064238/http://www.x264bluray.com/");
|
||||
SETUP_WEBLINK(ui->actionWebAvsWiki, "http://avisynth.nl/index.php/Main_Page#Usage");
|
||||
SETUP_WEBLINK(ui->actionWebSupport, "http://forum.doom9.org/showthread.php?t=144140");
|
||||
SETUP_WEBLINK(ui->actionWebSecret, "http://www.youtube.com/watch_popup?v=AXIeHY-OYNI");
|
||||
|
Loading…
Reference in New Issue
Block a user