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 712834286F for ; Sat, 8 Jan 2022 16:39:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CA0A968A938; Sat, 8 Jan 2022 18:39:48 +0200 (EET) Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [80.241.56.152]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 380D0680BBE for ; Sat, 8 Jan 2022 18:39:42 +0200 (EET) Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (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-102.mailbox.org (Postfix) with ESMTPS id 4JWQmF356HzQkcj for ; Sat, 8 Jan 2022 17:39:41 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Message-ID: <16267e6a-3bfd-d959-0320-788da304066c@gyani.pro> Date: Sat, 8 Jan 2022 22:09:36 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220107163433.5721-1-ffmpeg@gyani.pro> From: Gyan Doshi In-Reply-To: <20220107163433.5721-1-ffmpeg@gyani.pro> Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams 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: Trivial patch. FATE passes. Intend to push tomorrow. On 2022-01-07 10:04 pm, Gyan Doshi wrote: > --- > Plan to apply to 5.0 > > libavformat/hlsenc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index 459129818a..ef8973cea1 100644 > --- a/libavformat/hlsenc.c > +++ b/libavformat/hlsenc.c > @@ -900,6 +900,7 @@ static int hls_mux_init(AVFormatContext *s, VariantStream *vs) > st->sample_aspect_ratio = vs->streams[i]->sample_aspect_ratio; > st->time_base = vs->streams[i]->time_base; > av_dict_copy(&st->metadata, vs->streams[i]->metadata, 0); > + st->id = vs->streams[i]->id; > } > > vs->start_pos = 0; _______________________________________________ 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".