Cut down the time before fps starts to be reported for export jobs.
authorCarl Hetherington <cth@carlh.net>
Sat, 30 Nov 2019 20:10:13 +0000 (21:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 30 Nov 2019 20:10:13 +0000 (21:10 +0100)
src/lib/ffmpeg_encoder.cc

index 19ab3b3d7b2306f9e8ea564355e73825df46ce67..6b3118537694ba6e64dacaac0d9edf093789fd18 100644 (file)
@@ -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) {