export: fixed stills

This commit is contained in:
itsmattkc
2022-05-29 10:15:32 -07:00
parent abb9c409e2
commit bbf6f8f9f9
7 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ void TimeRangeListFrameIterator::UpdateIndexIfNecessary()
range_index_++;
if (range_index_ < list_.size()) {
current_ = Timecode::snap_time_to_timebase(list_.at(range_index_).in(), timebase_, Timecode::kCeil);
current_ = Timecode::snap_time_to_timebase(list_.at(range_index_).in(), timebase_, Timecode::kRound);
}
}
}