aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
diff options
context:
space:
mode:
authorMax Git <rotvel@gmail.com>2020-06-02 20:18:02 +0200
committerMax Git <rotvel@gmail.com>2020-06-02 20:18:02 +0200
commite81140be206cbb55120e5da23e79e6609a4507e6 (patch)
tree14d098ee474134472546244699e5b9ae57997e11 /MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
parent5577cc375e93b32ef4cc874813a90dbe50be3279 (diff)
parent480fd0a66a7d8e47542e89b4751b9cf59b5faa9b (diff)
Merge branch 'feature/ffmpeg-version-check' of https://github.com/rotvel/jellyfin into feature/ffmpeg-version-check
Diffstat (limited to 'MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs')
-rw-r--r--MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
index d13d6045e..801479eed 100644
--- a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
+++ b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
@@ -65,14 +65,14 @@ namespace MediaBrowser.MediaEncoding.Encoder
// These are the library versions that corresponds to our minimum ffmpeg version 4.x according to the version table below
private static readonly IReadOnlyDictionary<string, double> _ffmpegMinimumLibraryVersions = new Dictionary<string, double>
{
- {"libavutil", 56.14},
- {"libavcodec", 58.18 },
- {"libavformat", 58.12 },
- {"libavdevice", 58.3 },
- {"libavfilter", 7.16 },
- {"libswscale", 5.1 },
- {"libswresample", 3.1},
- {"libpostproc", 55.1 }
+ { "libavutil", 56.14 },
+ { "libavcodec", 58.18 },
+ { "libavformat", 58.12 },
+ { "libavdevice", 58.3 },
+ { "libavfilter", 7.16 },
+ { "libswscale", 5.1 },
+ { "libswresample", 3.1 },
+ { "libpostproc", 55.1 }
};
// This lookup table is to be maintained with the following command line: