From patchwork Sun Aug 30 18:05:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aman Verma X-Patchwork-Id: 22012 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id DEF1144A2A8 for ; Sun, 30 Aug 2020 21:34:54 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BD94E68813F; Sun, 30 Aug 2020 21:34:54 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B15246880F2 for ; Sun, 30 Aug 2020 21:34:48 +0300 (EEST) Received: by mail-io1-f66.google.com with SMTP id m23so3828045iol.8 for ; Sun, 30 Aug 2020 11:34:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=IusiqdQZ0GaLNKftNatEsjeYkZl4n9SwXfPQrBxxmEw=; b=S4YxGOwRaehSrTotHeVcUayaEXcbxOwcefeX/NS++zL/fOrd2U2rv0zNjswa36f8qk UZNmtMF+4AuslPkw+2dBsZbfG2e+3T1aW7sr5o4IXi4rNtmAcKbFcVYVgC6o8H+N7WRy WHA+a2i4QVE0C9jHVotpKILbc5YM/8D/OjqLiqdvu3XtrVV4Hfl+qXPIUtqV81u4XogL 421+234/Nj0PhoIOXJceF2ZUlrJfmL7K1+eroYgA3uPKNlA82jvdZRV/F92MTsXGv/tw MXD0OuRgDPLoE6xEdCT19ol7ehEI+FrImooXbyviuT/LklWcH7T9zoec98v1KUg7xGRs bzKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=IusiqdQZ0GaLNKftNatEsjeYkZl4n9SwXfPQrBxxmEw=; b=cSWAmvrBG2pFG5xEsol8OazezTxBot6TuAPtKh9xtN3MxX9OYcYCNbWH+VWBojJ53M FmZUAneIlbyhBSMty2bM1kR6wyqCqL8lLv/b0/5bFPfP0TqgHCWOLjL65os7crY3ttix ZegGwUEwUJv78sFUPOAMbdA5p26DtiFAYTy4ccbl4Kj6+MzfceFo6FyPjxjIVvyQf74f FMx7/RhHVMbQ9ZnCXW+7tT7w7xsVweysL8T3bDD0R4UdHjw0AcOUk0jOIrYZyt2Z8MAj eGDFa68aY83Ldv5sSDwanAqLo0i0VTO56ieM7d9r8/WTRIYln9ONnuh4ZS4V0wqKt/gQ ZoYQ== X-Gm-Message-State: AOAM533g0NqKwVcQRgy3EgnDLIRulbSV5lcpgR3Qj5cLHgdED4sPVzhd 6LFkTdsbOUO7F3yIsq6Xh5+XHKVanbVDr/BS X-Google-Smtp-Source: ABdhPJwGX9mas6JUVIHfLw+84uB6Uz7dOMtiEMYXYX7nGsDYW/6vr7A+ex7UHZevp289Fc06BkIwHA== X-Received: by 2002:a37:bd46:: with SMTP id n67mr8066715qkf.190.1598810748113; Sun, 30 Aug 2020 11:05:48 -0700 (PDT) Received: from kosmos.localdomain (c-68-61-157-235.hsd1.mi.comcast.net. [68.61.157.235]) by smtp.gmail.com with ESMTPSA id i7sm6363543qkb.131.2020.08.30.11.05.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 30 Aug 2020 11:05:47 -0700 (PDT) From: Aman Verma To: ffmpeg-devel@ffmpeg.org Date: Sun, 30 Aug 2020 14:05:53 -0400 Message-Id: <20200830180553.5825-1-amanraoverma@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200828223939.37517-1-amanraoverma@gmail.com> References: <20200828223939.37517-1-amanraoverma@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2] doc/decoders: Document default value of ac3's drc_scale option 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Aman Verma --- This is a revision of the previous patch taking Jim's comments into consideration. Thanks to him and Gyan for the help. doc/decoders.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/decoders.texi b/doc/decoders.texi index 9005714..8649f83 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -107,7 +107,7 @@ the undocumented RealAudio 3 (a.k.a. dnet). @item -drc_scale @var{value} Dynamic Range Scale Factor. The factor to apply to dynamic range values -from the AC-3 stream. This factor is applied exponentially. +from the AC-3 stream. This factor is applied exponentially. The default value is 1. There are 3 notable scale factor ranges: @table @option @item drc_scale == 0