From 575b957758670d6094e9095acfcc24e4e32fc4a7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 24 Mar 2014 22:04:52 +0100 Subject: [PATCH] dox/scaler:fix bicubiclin typo See Ticket3486 Signed-off-by: Michael Niedermayer --- doc/scaler.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.