Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-25 01:04:52 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-23 17:10:07 +0400
commit998b5ac3a04358e8d6583dfb8db44ec98390b433 (patch)
tree05b9dd7fc7924d01e7ae53c2cb0369e9e217dd46 /doc
parentb8f6069bf3988c3e30bdc601238378355a77e4c4 (diff)
dox/scaler:fix bicubiclin typo
See Ticket3486 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 575b957758670d6094e9095acfcc24e4e32fc4a7) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/scaler.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scaler.texi b/doc/scaler.texi
index 08d90bcc81..f043ffd5f2 100644
--- a/doc/scaler.texi
+++ b/doc/scaler.texi
@@ -35,7 +35,7 @@ Select nearest neighbor rescaling algorithm.
@item area
Select averaging area rescaling algorithm.
-@item bicubiclin
+@item bicublin
Select bicubic scaling algorithm for the luma component, bilinear for
chroma components.