mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
Try harder at detecting FFmpeg version and enable the validation
This commit is contained in:
parent
b89565110d
commit
e103d087d3
3 changed files with 97 additions and 33 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue