diff --git a/app/common/timecodefunctions.cpp b/app/common/timecodefunctions.cpp index f50b47a12..467a9412d 100644 --- a/app/common/timecodefunctions.cpp +++ b/app/common/timecodefunctions.cpp @@ -73,7 +73,7 @@ QString olive::timestamp_to_timecode(const int64_t ×tamp, double frame_rate = timebase.flipped().toDouble(); int rounded_frame_rate = qRound(frame_rate); int64_t frames, secs, mins, hours; - int64_t f = timestamp; + int64_t f = qAbs(timestamp); if (display == kTimecodeDropFrame && timebase.numerator() == 1001) { frame_token = ";";