upgraded to ocio v2
This commit is contained in:
@@ -157,7 +157,7 @@ void AudioPlaybackCache::WriteSilence(const TimeRange &range, qint64 job_time)
|
||||
|
||||
void AudioPlaybackCache::ShiftEvent(const rational &from_in_time, const rational &to_in_time)
|
||||
{
|
||||
if (from_in_time == to_in_time) {
|
||||
if (from_in_time == to_in_time || GetLength().isNull()) {
|
||||
// Nothing to be done
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user