Skip to content

Commit 21e07be

Browse files
committed
Fix comment
1 parent 7d89385 commit 21e07be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

av/video/reformatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Interpolation(IntEnum):
1717
BICUBLIN: "Luma bicubic / chroma bilinear" = SWS_BICUBLIN
1818
GAUSS: "Gaussian" = SWS_GAUSS
1919
SINC: "Sinc" = SWS_SINC
20-
LANCZOS: "Bicubic spline" = SWS_LANCZOS
20+
LANCZOS: "Lanczos" = SWS_LANCZOS
2121
SPLINE: "Cubic Keys spline" = SWS_SPLINE
2222

2323

0 commit comments

Comments
 (0)