Fix for cdg duration

This commit is contained in:
Nikolaj Olsson 2020-10-04 20:57:56 +02:00
parent 905c44ffde
commit b68d562eca

View File

@ -50,6 +50,10 @@ namespace Nikse.SubtitleEdit.Core.CDG
p = new Paragraph(string.Empty, timeMs, timeMs);
}
}
else
{
p.EndTime.TotalMilliseconds = timeMs;
}
lastNBmp = nBmp;
}
}