Try harder at detecting FFmpeg version and enable the validation

This commit is contained in:
Max Git
2020-06-01 07:10:15 +02:00
parent b89565110d
commit e103d087d3
3 changed files with 97 additions and 33 deletions

View File

@@ -183,9 +183,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
_logger.LogWarning("FFmpeg: {Location}: Failed version check: {Path}", location, path);
}
// ToDo - Enable the ffmpeg validator. At the moment any version can be used.
rc = true;
_ffmpegPath = path;
EncoderLocation = location;
}