We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SWS_SPLINE
1 parent e0103cf commit 20f6b7eCopy full SHA for 20f6b7e
1 file changed
av/video/reformatter.py
@@ -17,7 +17,8 @@ class Interpolation(IntEnum):
17
BICUBLIN: "Luma bicubic / chroma bilinear" = SWS_BICUBLIN
18
GAUSS: "Gaussian" = SWS_GAUSS
19
SINC: "Sinc" = SWS_SINC
20
- LANCZOS: "Bicubic spline" = SWS_LANCZOS
+ LANCZOS: "3-tap sinc/sinc" = SWS_LANCZOS
21
+ SPLINE: "Cubic Keys spline" = SWS_SPLINE
22
23
24
class Colorspace(IntEnum):
0 commit comments