CR review

This commit is contained in:
ZappoMan 2017-04-28 14:46:27 -07:00
parent 086941356a
commit bace47af7c

View file

@ -167,7 +167,7 @@ void Deck::processFrames() {
auto nextFrameTime = nextClip->positionFrameTime();
nextInterval = (int)Frame::frameTimeToMilliseconds(nextFrameTime - _position);
if (nextInterval < 0) {
qCWarning(recordingLog) << " Unexected nextInterval < 0 nextFrameTime:" << nextFrameTime
qCWarning(recordingLog) << "Unexpected nextInterval < 0 nextFrameTime:" << nextFrameTime
<< "_position:" << _position << "-- setting nextInterval to 0";
nextInterval = 0;
}