Remove libpostproc check for ffmpeg version validation (#17384)

Remove libpostproc check for ffmpeg version validation
This commit is contained in:
gnattu
2026-07-20 18:16:37 +08:00
committed by GitHub
parent c779488ade
commit a238d59a07
3 changed files with 12 additions and 2 deletions
@@ -185,8 +185,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
{ "libavdevice", new Version(58, 13) },
{ "libavfilter", new Version(7, 110) },
{ "libswscale", new Version(5, 9) },
{ "libswresample", new Version(3, 9) },
{ "libpostproc", new Version(55, 9) }
{ "libswresample", new Version(3, 9) }
};
private readonly ILogger _logger;