From patchwork Mon Dec 13 12:27:57 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Gaullier X-Patchwork-Id: 32416 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a6b:cd86:0:0:0:0:0 with SMTP id d128csp5364560iog; Mon, 13 Dec 2021 04:28:11 -0800 (PST) X-Google-Smtp-Source: ABdhPJxP3DwQ6E2bHTW87H/sYwQ330R184fuFOVSMUVcWOmRopFizVaUWGU0sD0OMAYtspX9nKU1 X-Received: by 2002:a05:6402:5cb:: with SMTP id n11mr64558170edx.279.1639398491302; Mon, 13 Dec 2021 04:28:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1639398491; cv=none; d=google.com; s=arc-20160816; b=eC+kfim0ESSPouFKQKxxA4/AaccgHZYRlViRlQ2I/lsMDxlfEUM42jrLBPjxA/knL0 VPNCqJd1Mol5r3rCcHEivpdodq+rT7OSCb/Jx0dVHDNGs8uEAqea5HLvG6gqN1QjJIQF OPU0952UvvkWD23TzvP2Y4A2j621XdWNaw1lJcGuwfp8Cm3JAxRyJo1ALGrNl8PGFZbg R6qTB5F7uE9BgnCRlMPtou+Ed8EcGOf4Yu4b7bVR9/gGp6hOi4gaz8sLXGf8KHuiwUKd 6nuRmtC4zyj5dt32NB398gzzIFo94PBtP/sIgamCqAmdf6h9sx1p5vBu0T4pMFzZsXBu hL0w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:cc:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:mime-version:message-id:date:to:from :delivered-to; bh=xg++0Pm6PFdbSRgr9+GgcFWOYsnG7Q968xVAbufJxeI=; b=VL1fet9MQG108KKWD/CObXasW+R0uFJTkqMG/3Vc8ZM3DhZAzGnMyeX/lAY/A6ZBpd MeVPKo1GTzYFPPMaxDsK3Ue0I+i8ivzUswGWCKrBUpR4W2q2PoS3yjWrLJVGLtqfneZi gi44NFs/mVss9wFCJK+H1H3DIkt6X9qDS+axvWO+PSLJprOs/NEZVBy8pfVIqTlDEew0 v/Lx0tOE5XWTb6uZZGbtfkhHBlj3L/e9dRNZt9Nt8hdwZUGgO5J4LyK7ofVNmfAH0LAm 2TBWs5/3QWWoTleg4/EEZQM4E59IhhRmLwOdtZezPpkpidY8ud5n0y3baDmCNSLGKcGk GFsg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id eb10si23686180edb.599.2021.12.13.04.28.10; Mon, 13 Dec 2021 04:28:11 -0800 (PST) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 445AC68AF0A; Mon, 13 Dec 2021 14:28:07 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from srv-infra-1.infra.inf.glb.tvvideoms.com (www.inf.tvvideoms.com [213.205.126.156]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7821868A8B4 for ; Mon, 13 Dec 2021 14:28:01 +0200 (EET) Received: from cji.paris (unknown [172.16.3.159]) by srv-infra-1.infra.inf.glb.tvvideoms.com (Postfix) with ESMTP id 584C7291CA; Mon, 13 Dec 2021 12:28:00 +0000 (UTC) From: Nicolas Gaullier To: ffmpeg-devel@ffmpeg.org Date: Mon, 13 Dec 2021 13:27:57 +0100 Message-Id: <20211213122758.1478-1-nicolas.gaullier@cji.paris> X-Mailer: git-send-email 2.34.0.windows.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 0/1] avformat/concatdec: copy side data (ping) 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 Cc: Nicolas Gaullier Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: mncvZ2FVOaOS This is just a rebased patch (updated fate results). I have not received any comment since my initial post. https://patchwork.ffmpeg.org/project/ffmpeg/patch/20211123172829.1674-1-nicolas.gaullier@cji.paris/ Thank you Nicolas Nicolas Gaullier (1): avformat/concatdec: copy side data libavformat/concatdec.c | 11 +++++++++++ tests/ref/fate/concat-demuxer-extended-lavf-mxf | 2 +- tests/ref/fate/concat-demuxer-extended-lavf-mxf_d10 | 2 +- tests/ref/fate/concat-demuxer-simple1-lavf-mxf | 1 + tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10 | 1 + tests/ref/fate/concat-demuxer-simple2-lavf-ts | 1 + 6 files changed, 16 insertions(+), 2 deletions(-)