Skip to content

Fix typos with codespell tool

Ziemowit Zabawa requested to merge ziemek99/x264:codespell into master

This includes fixing convert_method_to_flag so it recognizes gauss parameter properly instead of silently defaulting to bicubic. Previously the only way to use Gaussian resizing method was to call the function incorrectly, with misspelled guass parameter.

The proccess was manually supervised, so there's no need to worry that meaningful code has been corrupted. (Disclaimer: there still might be some other typos or linguistic mistakes not detected by codespell, so watch out.)

Edited by Ziemowit Zabawa

Merge request reports