Skip to content

Commit

Permalink
Make fmtconv a Resampler
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Nov 3, 2023
1 parent 7dcc60d commit 57ad981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vskernels/kernels/fmtconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from vstools import VideoFormatT, VSFunction, core, inject_self, vs

from .abstract import Resampler
from .complex import ComplexScaler
from .bicubic import Bicubic

Expand All @@ -15,7 +16,7 @@
call_wrapT = Callable[..., VSFunction]


class FmtConv(ComplexScaler):
class FmtConv(Resampler, ComplexScaler):
"""
Abstract fmtconv's resizer.
Expand Down

0 comments on commit 57ad981

Please sign in to comment.