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 AC2304263F for ; Thu, 22 Sep 2022 21:12:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C49B268B788; Fri, 23 Sep 2022 00:12:26 +0300 (EEST) Received: from mail-yw1-f177.google.com (mail-yw1-f177.google.com [209.85.128.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5FFC668B44B for ; Fri, 23 Sep 2022 00:12:20 +0300 (EEST) Received: by mail-yw1-f177.google.com with SMTP id 00721157ae682-3452214cec6so112886347b3.1 for ; Thu, 22 Sep 2022 14:12:20 -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=Mprzc3L/UIzncxAvPwnrPBRJnuvSEzERkkyxGef7FYY=; b=TeEhPwyFbH6Z1gklUjfCSB8yfnv4LfxECWuEVUlIAcsVJyk3NSw6NhqKn7o+Dp2egs LwwrZ+G6JmQGsPOgMroMVFxIyKPfm95yi1RaXfNuqmnttUSiJGH9WI9JAJ24yTRsYiIc R5G3JBw1f7QOz13RGTZMeoJfrMr7K6D/cbvUcjYL76OnaVSUc6UZUEgsgVjG4ccHT41N gy7Hhyg7CMCxBwFRr6MusNpWDr2llxPyNmttuW19/Qr+NmEatW1K2KxQam85bihsuI7I pUCSET+g8kCCAGSkOZYgDO9jcDUm+Bawfl+aXuLlBRFUNhOsuJthuS67NHtp1LHc2CJE wQfQ== 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=Mprzc3L/UIzncxAvPwnrPBRJnuvSEzERkkyxGef7FYY=; b=A7gqnsHK+1EiTjQO59xFN0OaNyH68zNbEOgQvfwdxiqiQek5C992bxYp2AUFGBgPPC x+ufJRWR+akXwd1Faxsgs4tBIAtZpfGxj93mYhhyYyCL+hE+9Ymn4XrjRGWh+P10lT+T MN1wlADThRUGGHl5yq1GYkaIp1OfGt7SplBpBrVdafsg68aE827f+APwE2YjhZoErWHN nWGuqprWG9FG0af993mduU5pQFSLFEFGWa2ukyh79avBkzsc9Y6YF2gIbDSxfY++ujTv XbO61mnWoxQB6Z5Qkb26XeR5M6NUUk0smMPhWHcR0IoRCeR5KTyHqskCPXJBH3piM9AZ CPHQ== X-Gm-Message-State: ACrzQf3Xk6N1XAt6TGrc0e9GU4nlfDRmECM26bRYi8bkKVXL8wQIF+Wt 6bTgdUhNCAXwaAlfYX1iu7gvrpeP/eiFaXvFWHx9Lqxr/XRq4w== X-Google-Smtp-Source: AMsMyM72yG0YY6Te2bTipVoH3mvkt2GMjKvrb5GcpabqTlyhq+tKxH2uIvTyR1RJxtx9YiEFbZmLPntc2+le9X2q9XA= X-Received: by 2002:a0d:d549:0:b0:345:6bae:1e6d with SMTP id x70-20020a0dd549000000b003456bae1e6dmr5207122ywd.197.1663881137123; Thu, 22 Sep 2022 14:12:17 -0700 (PDT) MIME-Version: 1.0 References: <20220920211711.640518-1-vigneshv@google.com> In-Reply-To: From: James Zern Date: Thu, 22 Sep 2022 14:12:05 -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 Wed, Sep 21, 2022 at 12:14 PM James Zern wrote: > > 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. applied. _______________________________________________ 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".