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 CFBD944723 for ; Wed, 21 Sep 2022 19:15:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C2F0768BAEF; Wed, 21 Sep 2022 22:15:11 +0300 (EEST) Received: from mail-yb1-f175.google.com (mail-yb1-f175.google.com [209.85.219.175]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 728F168B89E for ; Wed, 21 Sep 2022 22:15:05 +0300 (EEST) Received: by mail-yb1-f175.google.com with SMTP id 130so9500970ybw.8 for ; Wed, 21 Sep 2022 12:15:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date; bh=naiK1g16yaGvBSsQd6KBV3+yGcU83kmX9Xe9LZKLRS4=; b=UeZ4cYge/ftdc6bpyCNb752vuNNajXnRDFcKnXF3VFZKb0deq0cn1aGl8v/w59qYDH H39BUCC2Z3K/Dk09Fw8/iiPC7gbnv5tdkx4gU4BX0yeKHrjSny5Lk+0S5r1VD0XiY54Q gM1nc5QSV0EpLKDlPOvjD9BApUgOaVRwFi4qt00yraR0s50JeHw/olR4mfI72DTh8Vv8 g9eeGktrOWZ6ZqNpsMpL0O0TQA3yy2FktkROUoB0QW7TCrczkMsaC4Y+g02ol+7K4A2t PbhUH9VAIVoyP1ZcC5WSBROTcPdgg7yLa94uneP+aNpViICEfu5rJXNZPzhGQiVk6ROP dl8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=naiK1g16yaGvBSsQd6KBV3+yGcU83kmX9Xe9LZKLRS4=; b=FpZGCoBGfr7cytxKQm25Y40iu0GZgMIepkSWywYNYmJvLjbDTffI5+gkqQUMWZsfUe PSWE8F3mjZcm1lNhAaU+esr7qWhZ1nvcbpPFfbMaBFxZksPZUQkM5KTee2fN38h0zHMt BYsrbZ9hnaDySLR9ntcIlMvl5x9gnBWWlkij16xKyGZidTug2nVzIM1DjxM3byFyEC/u bTUKVo4zTP6EPqUu3N4tpzArmO4YtK2ZjVnXcJgjQWXv+aOBX8es4frIRNZGtHA7NLh3 bYkmvlJOQLaygUOveBvfZ07awfxsnd3GsXfNKa36ptYuet/IpGUn8BBmzuh/h6khVDBh uTmw== X-Gm-Message-State: ACrzQf248NIUBsUkTOvuc40768qr1ibxh99WPTGlEho0woQJJOIiXXqG 1cmsqiz08a59Fo86GNdh1exSJrvRebkmQQh3kIYy++sKBA0unA== X-Google-Smtp-Source: AMsMyM7x6+xq0CaIOBW/Ki4o0N7Dm+l4gISwsQmVtbIKv2eyDKt/Ej0G2AiEZpuaFI4uKHLIpYwdBZYWiAIa+TA/8Wc= X-Received: by 2002:a25:f8a:0:b0:6a9:8bc2:48f7 with SMTP id 132-20020a250f8a000000b006a98bc248f7mr26483974ybp.71.1663787703250; Wed, 21 Sep 2022 12:15:03 -0700 (PDT) MIME-Version: 1.0 References: <20220920211711.640518-1-vigneshv@google.com> In-Reply-To: <20220920211711.640518-1-vigneshv@google.com> From: James Zern Date: Wed, 21 Sep 2022 12:14:52 -0700 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avformat/movenc: Write auxi box for animated AVIF with alpha 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: On Tue, Sep 20, 2022 at 2:17 PM Vignesh Venkatasubramanian wrote: > > According to the HEIF specification (ISO/IEC 23008-12) Section > 7.5.3.1, tracks with handler_type 'auxv' must contain a 'auxi' box > in its SampleEntry to notify the nature of the auxiliary track to the > decoder. > > The content is the same as the 'auxC' box. So parameterize and re-use > the existing function. > > Signed-off-by: Vignesh Venkatasubramanian > --- > libavformat/movenc.c | 27 +++++++++++++++------------ > 1 file changed, 15 insertions(+), 12 deletions(-) > lgtm. _______________________________________________ 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".