fix vaapi pipeline with mpeg4 content (#51)

This commit is contained in:
Jason Dove
2021-03-09 00:24:08 +00:00
committed by GitHub
parent 77cb2c2270
commit bd231d57a7
12 changed files with 3112 additions and 2 deletions
@@ -418,6 +418,9 @@ namespace ErsatzTV.Infrastructure.Migrations
b.Property<string>("VideoCodec")
.HasColumnType("TEXT");
b.Property<string>("VideoProfile")
.HasColumnType("TEXT");
b.Property<int>("VideoScanKind")
.HasColumnType("INTEGER");