From patchwork Mon May 29 13:55:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ingo_Br=C3=BCckl?= X-Patchwork-Id: 3756 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.10.2 with SMTP id 2csp1470739vsk; Mon, 29 May 2017 06:59:18 -0700 (PDT) X-Received: by 10.28.94.78 with SMTP id s75mr9990087wmb.4.1496066358143; Mon, 29 May 2017 06:59:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1496066358; cv=none; d=google.com; s=arc-20160816; b=WPci5tmlXWgVrxLs0Zx4rkqGofE04u1YwAdJnID8yxMthhvOHbnqbkNoGjNJNH6ZLo Ed8FdoiY5cyESagVTH9vcWIn/+SwrruN8iTlPRMegG/Gyib6nmpPsH/K5OW3OKO3Yjq/ ixdYTmmlJ8uG1BPnPiBTpJMRl4TkzTbVwBQQxbgG0Fo3Ft+Pwj9T+gETr9CdljJzxSd4 wsUadGqPK6vY+5u5Yxpb4I0P2yIS/M8nPcr1zwOY2NUlEaIDkhPmZgluBs0GwVhpnfqk kwzIRUVYXwh+XMoYSMO6Tm3EeNygZW0abZUxwC3IvrtgktbQHNZfvpA+gkmSr16UAIPo C98A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:reply-to:list-subscribe :list-help:list-post:list-archive:list-unsubscribe:list-id :precedence:subject:mime-version:date:to:from:message-id :delivered-to:arc-authentication-results; bh=JNarvMk+xdDrl9dBhbpQVK1zp2O4hVid8MgS6ZaHS3U=; b=mETumwCw4R2TYWnwXXChj9YAyBrAHgog9g6sUbPv1E6EjKP/FoIv2g3UROT6OYV8Np VUU5xvV6MueaDKTQiKk8rXyT2ltjXn8cTBj4sp7b58HEUvw9kuRYBOHEyzQp8Wa0J2G3 c/9MqzfASyx6URXPSijPdjTOU1JKEvmLVUbr0rmxmVscyHuHyw+ICdVR9Us36I+lPZnr VgjECPoecDuDAW0BmFECcKYMK+JQAl2NzZLp+Xig5M9fHWMx7CDA7mzOD+vUqxER/kBn e489Q8AHC0jRbU0Uc55/B54UiMKbydgBskoHRx6Gadff1A5NOA53gb9cK/oRejLayI8M ycfg== ARC-Authentication-Results: i=1; mx.google.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 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id 66si11073503wrl.337.2017.05.29.06.59.16; Mon, 29 May 2017 06:59:18 -0700 (PDT) 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; 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 A6E12689A6B; Mon, 29 May 2017 16:59:09 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mout9.wup.tal.de (mout9.wup.tal.de [195.8.227.226]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A5BF468831C for ; Mon, 29 May 2017 16:59:02 +0300 (EEST) Received: from point.localnet (i5E867C5B.versanet.de [94.134.124.91]) (Authenticated sender: ib@wtal.de) by smtp.tal.de (Postfix) with ESMTPA id 73CEA80167CE for ; Mon, 29 May 2017 15:59:06 +0200 (CEST) Received: from ib by point.localnet with local (masqmail 0.2.30) id 1dFLCM-3M2-00 for ; Mon, 29 May 2017 15:59:06 +0200 Message-ID: <592c28a9.16ce5787.bm000@wupperonline.de> From: =?ISO-8859-1?Q?Ingo=20Br=FCckl?= To: ffmpeg-devel@ffmpeg.org Date: Mon, 29 May 2017 15:55:31 +0200 MIME-Version: 1.0 X-Mailer: blueMail/Linux 1.5 Subject: [FFmpeg-devel] [PATCH 1/3] avcodec/aacenc: Reduce loglevel of aac_encode_end() from INFO to VERBOSE 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" AV_LOG_INFO is the default and meant for informational output. The information given by aac_encode_end() is rather technical and of less interest to a common user. --- libavcodec/aacenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index 11da260742..e680e7e14c 100644 --- a/libavcodec/aacenc.c +++ b/libavcodec/aacenc.c @@ -853,7 +853,7 @@ static av_cold int aac_encode_end(AVCodecContext *avctx) { AACEncContext *s = avctx->priv_data; - av_log(avctx, AV_LOG_INFO, "Qavg: %.3f\n", s->lambda_sum / s->lambda_count); + av_log(avctx, AV_LOG_VERBOSE, "Qavg: %.3f\n", s->lambda_sum / s->lambda_count); ff_mdct_end(&s->mdct1024); ff_mdct_end(&s->mdct128);