Support relative path in FFmpeg path

This commit is contained in:
Jaex 2016-01-07 20:16:09 +02:00
parent 13e1f68c28
commit 21efeef0ea

View file

@ -73,7 +73,7 @@ public string FFmpegPath
}
#endif
return CLIPath;
return Helpers.GetAbsolutePath(CLIPath);
}
}