diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-24 22:04:52 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-23 15:10:07 +0200 |
commit | 998b5ac3a04358e8d6583dfb8db44ec98390b433 (patch) | |
tree | 05b9dd7fc7924d01e7ae53c2cb0369e9e217dd46 | |
parent | b8f6069bf3988c3e30bdc601238378355a77e4c4 (diff) | |
download | ffmpeg-998b5ac3a04358e8d6583dfb8db44ec98390b433.tar.gz |
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>
-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 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. |