RomanArzumanyan / VALI

Video processing in Python
Apache License 2.0
21 stars 1 forks source link

Remove width and height from color conversion class constructors #36

Closed RomanArzumanyan closed 1 month ago

RomanArzumanyan commented 2 months ago

Color conversion class constructors accept width and height which aren't used in actual cconv code. E. g.: https://github.com/RomanArzumanyan/VALI/blob/7a32f406720d6b617366eb39e53a9d4fb10eb392/src/TC/src/TaskConvertSurface.cpp#L117-L119

These shall be removed as dead code.

RomanArzumanyan commented 1 month ago

Fixed in v.3.1.0