mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Apply SMPTE timing to shot changes
This commit is contained in:
parent
4a8b21b87a
commit
155f056b5e
@ -341,6 +341,11 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
}
|
||||
|
||||
_wavePeaks = new WavePeakData(_wavePeaks.SampleRate, list);
|
||||
|
||||
if (_sceneChanges?.Count > 0)
|
||||
{
|
||||
_sceneChanges = _sceneChanges.Select(sc => sc /= 1.001).ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user