Browse Source

update vaapi docker bundled ffmpeg (#1729)

pull/1730/head
Jason Dove 1 year ago committed by GitHub
parent
commit
9466cf7626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ErsatzTV.Infrastructure/Health/Checks/FFmpegVersionHealthCheck.cs

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

@ -9,7 +9,7 @@ namespace ErsatzTV.Infrastructure.Health.Checks; @@ -9,7 +9,7 @@ namespace ErsatzTV.Infrastructure.Health.Checks;
public class FFmpegVersionHealthCheck : BaseHealthCheck, IFFmpegVersionHealthCheck
{
private const string BundledVersion = "7.0";
private const string BundledVersionVaapi = "7.0";
private const string BundledVersionVaapi = "N-115388-ge9197db4f7";
private const string WindowsVersionPrefix = "n7.0";
private static readonly string[] FFmpegVersionArguments = { "-version" };

Loading…
Cancel
Save