From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 368864E1BB for ; Sun, 9 Mar 2025 19:06:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4BD2C68E6E2; Sun, 9 Mar 2025 21:05:58 +0200 (EET) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6FF4968E6A0 for ; Sun, 9 Mar 2025 21:05:51 +0200 (EET) X-ENS-nef-client: 129.199.129.80 ( name = phare.normalesup.org ) Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 529J5o76014512 for ; Sun, 9 Mar 2025 20:05:50 +0100 Received: by phare.normalesup.org (Postfix, from userid 1001) id 4DE2F2EFDE; Sun, 9 Mar 2025 20:05:50 +0100 (CET) Date: Sun, 9 Mar 2025 20:05:50 +0100 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <4be966796c952ea44fc162e0ffb52e98f015aba4.1741546887.git.ffmpegagent@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4be966796c952ea44fc162e0ffb52e98f015aba4.1741546887.git.ffmpegagent@gmail.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Sun, 09 Mar 2025 20:05:50 +0100 (CET) Subject: Re: [FFmpeg-devel] [PATCH v5 1/5] avutil/log: Add AV_LOG_PRINT_MEMADDRESSES logging flag X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: softworkz (HE12025-03-09): > From: softworkz > > which is meant to control prefix formatting. The actual formatting > has to be performed by the consuming application which needs to provide > a custom logging callback via av_log_set_callback(). > > Signed-off-by: softworkz > --- > doc/APIchanges | 3 +++ > libavutil/log.h | 5 +++++ > libavutil/version.h | 2 +- > 3 files changed, 9 insertions(+), 1 deletion(-) This has nothing to do in libavutil. -- Nicolas George _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".