Browse Source

update vaapi docker bundled ffmpeg version

pull/1180/head
Jason Dove 3 years ago
parent
commit
450ea063b4
  1. 2
      ErsatzTV.Infrastructure/Health/Checks/FFmpegVersionHealthCheck.cs

2
ErsatzTV.Infrastructure/Health/Checks/FFmpegVersionHealthCheck.cs

@ -9,7 +9,7 @@ namespace ErsatzTV.Infrastructure.Health.Checks;
public class FFmpegVersionHealthCheck : BaseHealthCheck, IFFmpegVersionHealthCheck public class FFmpegVersionHealthCheck : BaseHealthCheck, IFFmpegVersionHealthCheck
{ {
private const string BundledVersion = "5.1"; private const string BundledVersion = "5.1";
private const string BundledVersionVaapi = "N-109960-g4f9d38e65d"; private const string BundledVersionVaapi = "N-109960-g63a02a9a04";
private readonly IConfigElementRepository _configElementRepository; private readonly IConfigElementRepository _configElementRepository;
public FFmpegVersionHealthCheck(IConfigElementRepository configElementRepository) => public FFmpegVersionHealthCheck(IConfigElementRepository configElementRepository) =>

Loading…
Cancel
Save