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 A294045636 for ; Wed, 8 Feb 2023 16:04:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2B4C568BD48; Wed, 8 Feb 2023 18:04:19 +0200 (EET) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3398B68BD48 for ; Wed, 8 Feb 2023 18:04:12 +0200 (EET) Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4PBlDT4mZqz9sZk for ; Wed, 8 Feb 2023 17:04:09 +0100 (CET) Message-ID: <2ae1feb4-9c74-d65a-e0fb-91eba44042e3@gyani.pro> Date: Wed, 8 Feb 2023 21:33:53 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20230207145850.25485-1-ffmpeg@gyani.pro> <167586944903.10789.14250318518260724434@lain.khirnov.net> From: Gyan Doshi In-Reply-To: <167586944903.10789.14250318518260724434@lain.khirnov.net> X-Rspamd-Queue-Id: 4PBlDT4mZqz9sZk Subject: Re: [FFmpeg-devel] [PATCH 1/4] avformat: add av_program_copy() 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-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: On 2023-02-08 08:47 pm, Anton Khirnov wrote: > Quoting Gyan Doshi (2023-02-07 15:58:47) >> Needed to transfer programs in parent muxing contexts to child muxers, >> like in hls, segment, tee muxers. > If it's only intended for use in muxers, why is it public? Could have worded the msg better. The intention wasn't to limit this internally. The fn is motivated by a CLI HLS user's troubleshhoting but it is useful to any API user who uses the public av_new_program and then copies the data manually. That reminds me, I should update this to check for existing programs. Regards, Gyan _______________________________________________ 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".