fix vaapi pipeline with mpeg4 content (#51)
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user