fix playback for media containing attached pictures (#83)

This commit is contained in:
Jason Dove
2021-03-18 01:49:30 +00:00
committed by GitHub
parent 636bf0715b
commit c5c28cb92d
3 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ namespace ErsatzTV.Core.FFmpeg
public FFmpegProcessBuilder WithFilterComplex()
{
var videoLabel = "0:v";
var videoLabel = "0:V";
var audioLabel = "0:a";
Option<FFmpegComplexFilter> maybeFilter = _complexFilterBuilder.Build();