pinterf / TIVTC

TIVTC and TDeint
57 stars 9 forks source link

TDecimate::fullInfo is always false #22

Closed dubhater closed 3 years ago

dubhater commented 3 years ago

Hi!

I noticed that TDecimate::fullInfo is always false, which means that rerunFromStart never runs. Is that on purpose?

pinterf commented 3 years ago

Definitely not. I found the original lines, now I investigate when and why it disappeared.

pinterf commented 3 years ago

Partially undefined in 91c55b89 then removed in 11abd1fb. edit#2: Then the change was reverted in 3e83d10a but by this time the other ifdef was already deleted from source.

pinterf commented 3 years ago

Thanks for the report, fixed in a3d1354b

dubhater commented 3 years ago

Thanks for the quick fix!