Merge pull request #1303 from suvjunmd/lavfilters

Changed LAV Filters link from Google Code to Github
This commit is contained in:
Nikolaj Olsson 2015-09-20 17:45:43 +02:00
commit 913aa1132d

View File

@ -30,7 +30,7 @@ namespace Nikse.SubtitleEdit.Forms
sb.AppendLine();
if (Configuration.Settings.General.VideoPlayer != "VLC")
{
sb.AppendLine("You need to install/update LAV Filters - DirectShow Media Splitter and Decoders: http://code.google.com/p/lavfilters/");
sb.AppendLine("You need to install/update LAV Filters - DirectShow Media Splitter and Decoders: https://github.com/Nevcairiel/LAVFilters/releases");
sb.AppendLine();
sb.AppendLine("NOTE: Subtitle Edit can also use VLC media player as built-in video player. See Options -> Settings -> Video Player");
sb.AppendLine("http://www.videolan.org/vlc/");