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 A57F0461D0 for ; Thu, 8 Jun 2023 11:37:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7295D68C258; Thu, 8 Jun 2023 14:37:30 +0300 (EEST) Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C1ADC68B263 for ; Thu, 8 Jun 2023 14:37:23 +0300 (EEST) Received: by mail-ej1-f49.google.com with SMTP id a640c23a62f3a-9745baf7c13so78445066b.1 for ; Thu, 08 Jun 2023 04:37:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=grabyo.com; s=google-apps-gmail; t=1686224243; x=1688816243; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=EqichLqapdNxh+BSBy1DpvKAe6dwSwoBnE7O3HWQQ6E=; b=akJJ+qGz/T/1pwGqCKJFeMRsIu10Z8HnfqdHFhVXWXwvY2aLzMFIEc+6e3FBMq/AsJ oZkuv6pKITZqXyqTKVyfxG+hFZJ0+n+5PULZmOb+qaATKMosx5EfFwRw429rwvIsmCQE uB3FnrNaAG+hQ+4TaIjEzA+3RgfJauzmQs1oY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686224243; x=1688816243; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=EqichLqapdNxh+BSBy1DpvKAe6dwSwoBnE7O3HWQQ6E=; b=ipP6Jxd0pTbHmcaEpptwxZP6pm47j2/WDA7BuZRWoKFN9rz0Sg3qBGSuIsZAVEusN2 fPzaU5ajJ9jOxke7s0Rav6I+5pc2mutprEASGNaDxbo/53phHXrF1l5G0vr2S6UXSwAl DkVMzdDWvABoFPFE09BbH8xqkJabTCO5lGBgQbhFD7wORP5OW55j7yGt1mgyDOhjgweg S0DL5qod5N/KgVfBIMHrL4Lh/Yjus1Nz+LfpoqvorZehPnDH/6PeTerB9uKSM3bMqGa+ 2lkkXP6xqBuTBQH3+tPO6NtToc4kznS5KF/Hp1IaGOEypJFUPqp3SBoo1JkfVcoHODh4 DiWw== X-Gm-Message-State: AC+VfDypJJBPBeRvyZXSemXt+/e5JDYrmG6hBUUazmKMGpvfhn6cNHRa w8JlYzuht0dGwoG3LmSP3IgHaGR6ozUQevFCTC/5YYwFCMzzHjLaG4rlRw== X-Google-Smtp-Source: ACHHUZ7m+OwfIPl8VFl6JXmQzb2MdWvpX/bWp1FJnb0N2GXug78ue1MKbip6iQkge6fZt2xonQVMrlwqX+HhZxL4CeQ= X-Received: by 2002:a17:907:2d09:b0:96b:4ed5:a1c9 with SMTP id gs9-20020a1709072d0900b0096b4ed5a1c9mr9584007ejc.51.1686224243071; Thu, 08 Jun 2023 04:37:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Armin Hasitzka Date: Thu, 8 Jun 2023 12:37:12 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avformat/hls: Forward stream metadata from subdemuxer 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: Hi all, just checking; do you consider this for merge into the upstream? It does feel like a lot of upside without any downside. Thanks Armin On Tue, 23 May 2023 at 11:26, Armin Hasitzka wrote: > We found this when we were looking for language information that the > mpegts demuxer knew about, but the HLS demuxer didn't (get forwarded). > > Best > Armin > _______________________________________________ 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".