diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-24 22:04:52 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-24 22:04:52 +0100 |
commit | 575b957758670d6094e9095acfcc24e4e32fc4a7 (patch) | |
tree | 8f6124b8e05dd3eefbf152cd44541f457c097418 | |
parent | 5d39ec2188e8244851f4e079029704677bbf4505 (diff) | |
download | ffmpeg-575b957758670d6094e9095acfcc24e4e32fc4a7.tar.gz |
dox/scaler:fix bicubiclin typo
See Ticket3486
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. |