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 F40FC446A1 for ; Tue, 20 Sep 2022 21:17:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D85F568BAE8; Wed, 21 Sep 2022 00:17:54 +0300 (EEST) Received: from mail-yb1-f174.google.com (mail-yb1-f174.google.com [209.85.219.174]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 14C9768B73A for ; Wed, 21 Sep 2022 00:17:49 +0300 (EEST) Received: by mail-yb1-f174.google.com with SMTP id b136so5295075yba.2 for ; Tue, 20 Sep 2022 14:17:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=GIF0f5iYUeQz+ghvx13tjmGuZjA3aWI6CotlSv+eIqI=; b=XeRaLjYAwDpUL8q4MIjVl1AwsIKAaxh9EPq7nbbGR3BKZc6AvXWOPnnh/URBLdzrao K4+3ApaMwm39wsQyf9+TZxHvWJ9Olb4vzaUwnow4hGLX5fhr0YyWxF8ilmDhKsGh3Q21 m+TiIxuDjAjqT4NqFrPBFm+SdlQtNtlQVAqVXOXMQNCK02NnIPBal6bH6fc2THneBFui pSa5iLwC3o+IZGtR6Ss1qe1+cMp3QfjdddIFVl/Eg8k7eVt9QbsogLoH/TAx6OZJqJTe EFWb1yNaLD2qiMf4NBOv1vtel2Lnl8XgvAdJOizJuddHOl609abAvCXazpZcgMZ+Hxj/ sGyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=GIF0f5iYUeQz+ghvx13tjmGuZjA3aWI6CotlSv+eIqI=; b=L2beuL7U0BYgjt2kgwMKqLYGTv0zPeQbKk6yyB1xBSD7lPN0jRdlF3+JmQBjMY1W3T lT8IafJo04mEKp+eVenx74e3t9ieXfChaKpeGvF+K8EXCSDjTwRWguf5ulN89/sSnmFf ByYw296BQVprAYXY1+1IKmMib/92jkVRptf6WcLyD6l12f4KNdpRE39pVZiQuTSMP4ed 9RA/gnbOpTrNGb8hcOpwsfHTEbtyhX+ciijQqFhtzImyqo0VJusQ3Sl3vpDDAbooAv+g kJB1k/fam4S/ZeQNjPFVqDs7Zvxk4VKtXXjWgJsT6YwCzz55J0r+U0/lzaFud5kuoBkx Ze4A== X-Gm-Message-State: ACrzQf2qbAGRCfRgc2ivOxKuOuZcGmIyPw58npblpsehZA6duUlx5/TZ ndexSwuBmYA/tRgcvS1Qiuc2NNfyrGY1QwMGr3VovQ== X-Google-Smtp-Source: AMsMyM4I9lK0fV32SbtqfUMqRGH30XGkGR7ohD0m7vTySNDnBwBCE5cLLHcFHj5WMuazihWc3NuejOxiwd/5R1NWr38= X-Received: by 2002:a05:6902:1146:b0:6ae:72f2:62cb with SMTP id p6-20020a056902114600b006ae72f262cbmr23581788ybu.615.1663708667501; Tue, 20 Sep 2022 14:17:47 -0700 (PDT) MIME-Version: 1.0 References: <20220919230336.366882-1-vigneshv@google.com> In-Reply-To: From: Vignesh Venkatasubramanian Date: Tue, 20 Sep 2022 14:17:36 -0700 Message-ID: To: James Zern 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 Cc: 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 12:38 PM James Zern wrote: > > On Mon, Sep 19, 2022 at 4:03 PM Vignesh Venkatasubramanian > wrote: > > > > According to the HEIF specification Section 7.5.3.1, tracks with > > It might be worth adding ISO/IEC 23008-12 for added precision. > Done. > > 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 paramterize and re-use > > parameterize > oops, fixed. > > the existing function. > > > > Signed-off-by: Vignesh Venkatasubramanian > > --- > > libavformat/movenc.c | 27 +++++++++++++++------------ > > 1 file changed, 15 insertions(+), 12 deletions(-) > > > > lgtm. -- Vignesh _______________________________________________ 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".