From a3d1354b177846c4599280df3cfb86b8566cb1cc Mon Sep 17 00:00:00 2001 From: Pinterf Date: Sun, 28 Feb 2021 20:28:18 +0100 Subject: [PATCH] Fix regression: TDecimate 3e83d10a was not a complete restore of pre 1.09 code. (TDecimate fullInfo was always false) --- src/TIVTC/TDecimate.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/TIVTC/TDecimate.cpp b/src/TIVTC/TDecimate.cpp index c9df05d..5d16942 100644 --- a/src/TIVTC/TDecimate.cpp +++ b/src/TIVTC/TDecimate.cpp @@ -3422,6 +3422,9 @@ TDecimate::TDecimate(PClip _child, int _mode, int _cycleR, int _cycle, double _r } } + if (metricsFullInfo && (tfmFullInfo || !usehints)) fullInfo = true; + else fullInfo = false; + if (mode < 2) { if (hybrid != 3)