From patchwork Mon May 29 13:56:56 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: 3758 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.10.2 with SMTP id 2csp1470811vsk; Mon, 29 May 2017 06:59:33 -0700 (PDT) X-Received: by 10.28.236.205 with SMTP id h74mr9837005wmi.92.1496066373404; Mon, 29 May 2017 06:59:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1496066373; cv=none; d=google.com; s=arc-20160816; b=uVzcSrx8ldmTS9PXfe9MYH1JBH2yyIs4cF55vocjKylb7/+AzIZ18bknzQEFjVrGHo JnK3mT6PxbKry7R76+kkGXV5R7xQp9XAOsqrn/d9veBRISCgvto9ZXBEYggpcyVKtXWL wvC8QmX9iwTXe9rFUREHLJtOVWCJ/MYpBmQoOhQLB30/ntFa9QkJyg65B25T+rKCndr1 P5EnX0aX2T6C/t2qQbKPpAlRr4nQXubF9rnsOXhmgMEYczqeHmzsyQBG/O9ggqto5zSJ QjygAbbP9kcpp3cWBw9gpiAh6iX9kz/l6hpU2lGtGjWh+v0JRPCD7vGCOlgXyoskgEou 3g0Q== 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=H04kfW1muPxTVMhdR/alJ0ntmsDumTh3ws5BCiATSWA=; b=IHrOBVUnKVRFwO02/YEnNBhf9bGxAaa+jO8CEDT4fJjRQuPcIjJnzmURB+hF1Ieryg WBZU5EhvllbNIUo7jqeImARSQDaGfMDNx1z1/rooVtMU6ZGhM65vNSyRy5HG/D/6vgyJ eUF/2dgdTVOlWCqreLpgW0SECd1o+tDWo7fAOJ+S8q1VTcsDDVam1SILQ4jNSC7rf3oR 4hrU1BxM+tfAfkcBbZKrCXNbx2kqDbyK6haEcYIP+kf3r78hh8Ue8R4MW8aDIjhbm8sp QwDy06KfuwRlOtbCj2oYrgpsCYT7y0IYY0y8Kq1dNsdeTXmpzPGWnGHEvRJi38M+eWh1 3hMw== 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 d41si4274723wrd.222.2017.05.29.06.59.33; Mon, 29 May 2017 06:59:33 -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 7435A689A7C; Mon, 29 May 2017 16:59:10 +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 A891A689A5A 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 773D280167DC for ; Mon, 29 May 2017 15:59:06 +0200 (CEST) Received: from ib by point.localnet with local (masqmail 0.2.30) id 1dFLCN-3MS-00 for ; Mon, 29 May 2017 15:59:07 +0200 Message-ID: <592c28a9.20006fd0.bm002@wupperonline.de> From: =?ISO-8859-1?Q?Ingo=20Br=FCckl?= To: ffmpeg-devel@ffmpeg.org Date: Mon, 29 May 2017 15:56:56 +0200 MIME-Version: 1.0 X-Mailer: blueMail/Linux 1.5 Subject: [FFmpeg-devel] [PATCH 3/3] avcodec/libx264: Reduce loglevel for SEI 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 SEI is rather technical and of less interest to a common user. --- libavcodec/libx264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index bf19332854..ac62904c0a 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -828,7 +828,7 @@ FF_ENABLE_DEPRECATION_WARNINGS for (i = 0; i < nnal; i++) { /* Don't put the SEI in extradata. */ if (nal[i].i_type == NAL_SEI) { - av_log(avctx, AV_LOG_INFO, "%s\n", nal[i].p_payload+25); + av_log(avctx, AV_LOG_VERBOSE, "%s\n", nal[i].p_payload+25); x4->sei_size = nal[i].i_payload; x4->sei = av_malloc(x4->sei_size); if (!x4->sei)