mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Try "K-Lite Codec Pack\MPC-HC64\mpc-hc64.exe" in GetMpcHcFileName()
This commit is contained in:
parent
2cbdda2244
commit
fe2f3109c9
@ -274,6 +274,10 @@ namespace Nikse.SubtitleEdit.Logic.VideoPlayers.MpcHC
|
||||
if (File.Exists(path))
|
||||
return path;
|
||||
|
||||
path = @"C:\Program Files (x86)\K-Lite Codec Pack\MPC-HC64\mpc-hc64.exe";
|
||||
if (File.Exists(path))
|
||||
return path;
|
||||
|
||||
path = @"C:\Program Files (x86)\MPC-HC\mpc-hc64.exe";
|
||||
if (File.Exists(path))
|
||||
return path;
|
||||
|
Loading…
Reference in New Issue
Block a user