mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 15:59:49 +02:00
CR review
This commit is contained in:
parent
00a4fe044a
commit
de134adb95
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void Deck::processFrames() {
|
||||||
auto nextFrameTime = nextClip->positionFrameTime();
|
auto nextFrameTime = nextClip->positionFrameTime();
|
||||||
nextInterval = (int)Frame::frameTimeToMilliseconds(nextFrameTime - _position);
|
nextInterval = (int)Frame::frameTimeToMilliseconds(nextFrameTime - _position);
|
||||||
if (nextInterval < 0) {
|
if (nextInterval < 0) {
|
||||||
qCWarning(recordingLog) << " Unexected nextInterval < 0 nextFrameTime:" << nextFrameTime
|
qCWarning(recordingLog) << "Unexpected nextInterval < 0 nextFrameTime:" << nextFrameTime
|
||||||
<< "_position:" << _position << "-- setting nextInterval to 0";
|
<< "_position:" << _position << "-- setting nextInterval to 0";
|
||||||
nextInterval = 0;
|
nextInterval = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue