From patchwork Fri Dec 23 00:39:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lou Logan X-Patchwork-Id: 1896 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.89.21 with SMTP id n21csp915753vsb; Thu, 22 Dec 2016 16:39:25 -0800 (PST) X-Received: by 10.194.109.42 with SMTP id hp10mr11024862wjb.167.1482453565128; Thu, 22 Dec 2016 16:39:25 -0800 (PST) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id qa4si33635937wjc.238.2016.12.22.16.39.24; Thu, 22 Dec 2016 16:39:25 -0800 (PST) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@lrcd.com; dkim=neutral (body hash did not verify) header.i=@messagingengine.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8CDD068A50A; Fri, 23 Dec 2016 02:39:21 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 07EBF68A4C5 for ; Fri, 23 Dec 2016 02:39:15 +0200 (EET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 2342D2072D; Thu, 22 Dec 2016 19:39:14 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute2.internal (MEProxy); Thu, 22 Dec 2016 19:39:14 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=lrcd.com; h=date :from:message-id:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=FqRr7cYHzRwIyMT9xzwXXxxvUSA=; b=JU1vZX HRCbny7lKhp7F0xO4LF3aGzIZ36gjDK6fROypexBDlSsEd8TANPrE27GBJ3g/+1V bcI02N14dia/H+AStowgc/Yyt8QXg5eJJJbV7X3QK6v20WvOrNjEVeL0rlKbGGh3 9250miBaILRYecSE5DISBfqDupxD/NIa+ZCKo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Fq Rr7cYHzRwIyMT9xzwXXxxvUSA=; b=kZ6Eyc5Nn85WCI4UjTvdRxWXoIKqj6qOdk +NnAjRRj1vs12xO1tbFfOz3N64GsFuK9mp/iOx2mpGN0MN3Hsx4d+bj6ZUolS169 zBQ4io/6q0gmSkkPN0ZNWWte1+SQec/2B+jyeKgVmKfHfqV8QEFYQTM+OotfaBRY zUTZfvOSA= X-ME-Sender: X-Sasl-enc: TN8p1BZZtRR5/4vjnbJe55KMzaMPvvDs3/3BV4VQiZpg 1482453553 Received: from localhost (21-29-237-24.gci.net [24.237.29.21]) by mail.messagingengine.com (Postfix) with ESMTPA id B3D937E2B0 for ; Thu, 22 Dec 2016 19:39:13 -0500 (EST) From: Lou Logan To: ffmpeg-devel@ffmpeg.org Date: Thu, 22 Dec 2016 15:39:05 -0900 Message-Id: <20161223003905.5405-1-lou@lrcd.com> X-Mailer: git-send-email 2.10.2 Subject: [FFmpeg-devel] [PATCH] doc/scaler: mention default scaling algorithm X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Lou Logan --- doc/scaler.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/scaler.texi b/doc/scaler.texi index 3e115cd..7d482dd 100644 --- a/doc/scaler.texi +++ b/doc/scaler.texi @@ -13,7 +13,8 @@ FFmpeg tools. For programmatic use, they can be set explicitly in the @anchor{sws_flags} @item sws_flags Set the scaler flags. This is also used to set the scaling -algorithm. Only a single algorithm should be selected. +algorithm. Only a single algorithm should be selected. Default +value is @samp{bilinear}. It accepts the following values: @table @samp