Syntax fix

This commit is contained in:
Alexander Shabarshov 2026-05-12 07:41:20 +01:00
parent 6be2265a89
commit 78f1bb17d6

View File

@ -45,7 +45,7 @@ public class SimpleSplitter(int segmentNo) : LoggingBase(segmentNo), ISegmentPro
proc.WaitForExit(); proc.WaitForExit();
ClearProgress(segmentNo); ClearProgress();
if (proc.ExitCode != 0) if (proc.ExitCode != 0)
LogError($"Segment {name} FFmpeg encoding failed"); LogError($"Segment {name} FFmpeg encoding failed");