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 ESMTP id E923248661 for ; Wed, 13 Dec 2023 12:05:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3332A68D156; Wed, 13 Dec 2023 14:05:43 +0200 (EET) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 56BA068D105 for ; Wed, 13 Dec 2023 14:05:36 +0200 (EET) Received: from postfix01.mail.de (postfix01.bt.mail.de [10.0.121.125]) by shout02.mail.de (Postfix) with ESMTP id E1E92240E29 for ; Wed, 13 Dec 2023 13:05:35 +0100 (CET) Received: from smtp01.mail.de (smtp04.bt.mail.de [10.0.121.214]) by postfix01.mail.de (Postfix) with ESMTP id C97A080151 for ; Wed, 13 Dec 2023 13:05:35 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id 9F985240C80 for ; Wed, 13 Dec 2023 13:05:35 +0100 (CET) Message-ID: Date: Wed, 13 Dec 2023 13:05:35 +0100 MIME-Version: 1.0 Content-Language: en-US To: FFmpeg development discussions and patches References: <20231211150725.46473-1-thilo.borgmann@mail.de> <20231211150725.46473-3-thilo.borgmann@mail.de> <170246885429.8914.10051704276943894799@lain.khirnov.net> In-Reply-To: <170246885429.8914.10051704276943894799@lain.khirnov.net> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 763 X-purgate-ID: 154282::1702469135-177EF338-42F97D11/0/0 Subject: Re: [FFmpeg-devel] [PATCH 2/5] fftools/ffmpeg: move parsing of -stats_* specifiers to lavu/parseutils 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: , From: Thilo Borgmann via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Thilo Borgmann Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Am 13.12.23 um 13:00 schrieb Anton Khirnov: > Quoting Thilo Borgmann via ffmpeg-devel (2023-12-11 16:07:22) >> --- >> fftools/ffmpeg.h | 31 +------ >> fftools/ffmpeg_enc.c | 3 +- >> fftools/ffmpeg_mux_init.c | 152 +++----------------------------- >> libavutil/parseutils.c | 176 ++++++++++++++++++++++++++++++++++++++ >> libavutil/parseutils.h | 102 ++++++++++++++++++++++ >> libavutil/version.h | 2 +- >> 6 files changed, 296 insertions(+), 170 deletions(-) > > Absolutely not. > > This is application code and does not belong in the libraries. How else do we not have a redundant copy of all that and make sure that -stats_* options and the filter understand the same {..} directives? -Thilo _______________________________________________ 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".