diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-10-10 12:54:33 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-10 19:32:56 +0200 |
commit | 3b2000c2bf123baef5b934e1d04cc86e5f404a87 (patch) | |
tree | ab90e67125c055942e5a40b7f266f9f4bea204ad /doc/scaler.texi | |
parent | 810fbd8933031d58764190f58dff3fc6986cf866 (diff) | |
download | ffmpeg-3b2000c2bf123baef5b934e1d04cc86e5f404a87.tar.gz |
doc/scaler, swscale/options: use proper capitalization
Proper names should be capitalized in all user facing API as far as
possible. The option names themselves have not been changed since:
1. We consistently keep option names in lower case.
2. Changing them would break existing scripts.
The converse is also true: improper names should not be capitalized
generally.
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/scaler.texi')
-rw-r--r-- | doc/scaler.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scaler.texi b/doc/scaler.texi index 060a45ca74..55b2fbe736 100644 --- a/doc/scaler.texi +++ b/doc/scaler.texi @@ -46,7 +46,7 @@ Select Gaussian rescaling algorithm. Select sinc rescaling algorithm. @item lanczos -Select lanczos rescaling algorithm. +Select Lanczos rescaling algorithm. @item spline Select natural bicubic spline rescaling algorithm. |