From: Carl Hetherington Date: Sat, 30 Nov 2019 20:10:13 +0000 (+0100) Subject: Cut down the time before fps starts to be reported for export jobs. X-Git-Tag: v2.15.37~15 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7c839a2530c910f062f3da8a02b7c70603c1f31b Cut down the time before fps starts to be reported for export jobs. --- diff --git a/src/lib/ffmpeg_encoder.cc b/src/lib/ffmpeg_encoder.cc index 19ab3b3d7..6b3118537 100644 --- a/src/lib/ffmpeg_encoder.cc +++ b/src/lib/ffmpeg_encoder.cc @@ -59,7 +59,7 @@ FFmpegEncoder::FFmpegEncoder ( #endif ) : Encoder (film, job) - , _history (1000) + , _history (200) { int const files = split_reels ? film->reels().size() : 1; for (int i = 0; i < files; ++i) {