fix more error stream settings (#810)

This commit is contained in:
Jason Dove
2022-05-17 11:44:12 -05:00
committed by GitHub
parent d960fec734
commit 0ba3ac7f50
2 changed files with 7 additions and 1 deletions
@@ -293,7 +293,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
playbackSettings.AudioBufferSize,
playbackSettings.AudioSampleRate,
Option<TimeSpan>.None,
playbackSettings.NormalizeLoudness);
false);
var desiredState = new FrameState(
playbackSettings.RealtimeOutput,