From patchwork Sun Jan 8 21:28:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lou Logan X-Patchwork-Id: 2125 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.89.21 with SMTP id n21csp6800104vsb; Sun, 8 Jan 2017 13:29:13 -0800 (PST) X-Received: by 10.28.7.1 with SMTP id 1mr939966wmh.73.1483910953456; Sun, 08 Jan 2017 13:29:13 -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 p5si6517386wrd.136.2017.01.08.13.29.12; Sun, 08 Jan 2017 13:29:13 -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 7BEA768A5A6; Sun, 8 Jan 2017 23:29:03 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6287568A59D for ; Sun, 8 Jan 2017 23:28:57 +0200 (EET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 7FF2620A5D; Sun, 8 Jan 2017 16:29:02 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute2.internal (MEProxy); Sun, 08 Jan 2017 16:29:02 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=lrcd.com; h=date :from:in-reply-to:message-id:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=aO3WbSMWOX15A+2 hv5Zm4Jvsjds=; b=0hfPtN/PuF6J1xlnnxb9cRlCYohKTeJNkP87mxajp4x+Sqz 5/CbzY/U3sPxuGrKGtZtUh+cy6X4jsoQ4Zjd7iONHbbtAc+66b6R7ht/bWhsXLt2 eA5zE+PM3712No2JWUpj+I3h8TFX/yXlSp43JyyE2xackEhGCxGM+1VN6ulI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=smtpout; bh=aO3WbSMWOX15A+2hv5Zm4Jvsjds=; b=Ny2Ir ApBZ8UgrprgEodkOJ4RvpmeLbyN3PE9hsz3Yi8dqgq7PY7ofRC9zXfHTm7RJghUT 36dX8rPSv9CuR/TmiwqdrqD8Uxi4Zq5zuF9VFP1Gwokt3WPzbhhq7KOIL92HJa9x XCEsKMhbnFyOlfw0qHEsU/7n72eskH4EEKx83g= X-ME-Sender: X-Sasl-enc: nTKiV4AMDZ6ZMQ2aNyXkLsFI87HXCr6+UrmKvfzFu7VW 1483910942 Received: from localhost (21-29-237-24.gci.net [24.237.29.21]) by mail.messagingengine.com (Postfix) with ESMTPA id 1E4AC7E8C2 for ; Sun, 8 Jan 2017 16:29:02 -0500 (EST) From: Lou Logan To: ffmpeg-devel@ffmpeg.org Date: Sun, 8 Jan 2017 12:28:56 -0900 Message-Id: <20170108212856.12872-1-lou@lrcd.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20161223085456.7ab63da0@jagoff.localdomain> References: <20161223085456.7ab63da0@jagoff.localdomain> Subject: [FFmpeg-devel] [PATCH v3] 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" Default is "bicubic". 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 3e115cdda5..f73804adfe 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{bicubic}. It accepts the following values: @table @samp