Fix typos with codespell tool
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 parameter.guass
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.)
Merge request reports
Activity
- Resolved by Ziemowit Zabawa
- Resolved by Anton Mitrofanov
- Resolved by Anton Mitrofanov
If you decide to apply any of those suggested changes, please squash and fast-forward merge if it's possible. I'd like to retain the original commit message, please (just like I'd do with
fixup
in interactive rebase in pure Git).Edited by Ziemowit Zabawa- Resolved by Ziemowit Zabawa
Hi. It looks good but imho we shouldn't change:
- extras/*
- tools/gas-preprocessor.pl
tools/gas-preprocessor.pl
should be fixed in upstream (dunno if this is real upstream repo) : https://github.com/libav/gas-preprocessor.gitAlso I am not sure about "laid out" in
common\x86\trellis-x64.asm
(as I understand the comment is about memory layout of structure). May be whole sentence should be rephrased.added 3 commits
-
1920066d...8b2721d2 - 2 commits from branch
videolan:master
- d8debbc6 - Fix typos with codespell tool
-
1920066d...8b2721d2 - 2 commits from branch
enabled an automatic merge when the pipeline for d8debbc6 succeeds