There was an error while loading. Please reload this page.
1 parent 7d89385 commit 21e07beCopy full SHA for 21e07be
1 file changed
av/video/reformatter.py
@@ -17,7 +17,7 @@ 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: "Lanczos" = SWS_LANCZOS
21
SPLINE: "Cubic Keys spline" = SWS_SPLINE
22
23
0 commit comments