Skip to content

Commit

Permalink
Fix regression: TDecimate 3e83d10 was not a complete restore of pre 1…
Browse files Browse the repository at this point in the history
….09 code. (TDecimate fullInfo was always false)
  • Loading branch information
pinterf committed Feb 28, 2021
1 parent 5aeec83 commit a3d1354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TIVTC/TDecimate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a3d1354

Please sign in to comment.