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 42B3546F3A for ; Sat, 22 Jul 2023 21:39:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4CFEA68C665; Sun, 23 Jul 2023 00:39:19 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5493E68C51F for ; Sun, 23 Jul 2023 00:39:13 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id BD37E1060160 for ; Sat, 22 Jul 2023 21:39:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1690061951; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=Ydt3+huaSRVBldL01HZrmPcRQqMssDw/wpMnT6S+6h8=; b=FyRMLMNh30UCSNoIYB4qOXZhmqx9BHj6AF7gjTUIh7fCps1yzzhj2Y72Q4dCVMHn pQNziiCV6dOS5DMbxmOwTusY1LH+o0M228LIkn6H9ic5gnLSsx//rrSW3e3n9YQpElH SZuDvfVwYn56Eu0oB4UWD4LcP6Q5GL8D++EwR+uwiDZO5GygeG5kSl5QpV9Ks/22HX8 0aiQYKyS8IFDF+ffuOaPlZyewLYPrC82O+LxljvJM5MZf48cOQXpdbuODYs2CJbg1Zi /Fac7ETV2pOfEJKRRT3kPQuqjztOiGrDscLS4CpsgNXiVKjw0/kiAfWJKnmr6aQoJTk jt8m7k6xxw== Date: Sat, 22 Jul 2023 23:39:11 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20230722192957.703-5-michael@niedermayer.cc> References: <20230722192957.703-1-michael@niedermayer.cc> <20230722192957.703-5-michael@niedermayer.cc> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 5/6] fftools: avradio support 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: Jul 22, 2023, 21:30 by michael@niedermayer.cc: > This avoids keeping diffs to fftools in the libavradio repository > --- > fftools/ffmpeg.c | 7 +++++ > fftools/ffplay.c | 6 ++++ > fftools/ffprobe.c | 6 ++++ > fftools/opt_common.c | 66 ++++++++++++++++++++++++++++++++++++++++---- > fftools/opt_common.h | 27 ++++++++++++++++++ > 5 files changed, 107 insertions(+), 5 deletions(-) > Do you think we should keep this out of the 6.1 branch? I don't expect packagers to start packaging libavradio immediately, so I don't feel that strongly about it, but maybe we should let users test it first in git master for a bit? _______________________________________________ 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".