summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/transcode_job.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/transcode_job.cc b/src/lib/transcode_job.cc
index da63522eb..49cbaf4a3 100644
--- a/src/lib/transcode_job.cc
+++ b/src/lib/transcode_job.cc
@@ -209,7 +209,7 @@ TranscodeJob::remaining_time() const
}
/* Compute approximate proposed length here, as it's only here that we need it */
- return(_film->length().frames_round(_film->video_frame_rate()) - e->frames_done()) / *fps;
+ return (_film->length().frames_round(_film->video_frame_rate()) - e->frames_done()) / *fps;
}