format: reformatting files

This commit is contained in:
2026-07-13 15:30:43 +08:00
parent 7522543c48
commit e5eeaddf2f
511 changed files with 274803 additions and 207140 deletions
+3 -1
View File
@@ -69,7 +69,9 @@ void AudioWaveformView::SetViewer(ViewerOutput *playback)
rational tb = playback_->GetVideoParams().frame_rate_as_time_base();
if (tb.isNull()) {
tb = OLIVE_CONFIG("DefaultSequenceFrameRate").value<rational>().flipped();
tb = OLIVE_CONFIG("DefaultSequenceFrameRate")
.value<rational>()
.flipped();
}
SetTimebase(tb);
UpdateSceneRect();