Skip to content

Commit

Permalink
Fixed link to x264 Blu-ray Disc authoring guide. Now link points to m…
Browse files Browse the repository at this point in the history
…emento at archive.org.
  • Loading branch information
lordmulder committed Jul 14, 2024
1 parent 8a48c89 commit 9c5069a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define VER_X264_MAJOR 3
#define VER_X264_MINOR 0
#define VER_X264_PATCH 4
#define VER_X264_BUILD 1223
#define VER_X264_BUILD 1224

#define VER_X264_PORTABLE_EDITION (0)

Expand Down
2 changes: 1 addition & 1 deletion src/win_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 9c5069a

Please sign in to comment.