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 C4FC94262E for ; Mon, 25 Apr 2022 10:14:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2F71C68B31B; Mon, 25 Apr 2022 13:14:11 +0300 (EEST) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1C5A768B2F6 for ; Mon, 25 Apr 2022 13:14:05 +0300 (EEST) Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Kn17w2HbXz9sRv for ; Mon, 25 Apr 2022 12:14:04 +0200 (CEST) Message-ID: <08a1dc0f-6ead-34f2-5d90-efce6a52ddff@gyani.pro> Date: Mon, 25 Apr 2022 15:43:48 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220424183951.988992-1-vigneshv@google.com> From: Gyan Doshi In-Reply-To: <20220424183951.988992-1-vigneshv@google.com> Subject: Re: [FFmpeg-devel] [PATCH] avformat/mov: Add avif to list of supported extensions 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Pushed as f2724d2b6958a4e62afa10157f2b19566239e12d On 2022-04-25 12:09 am, Vignesh Venkatasubramanian wrote: > AVIF still and animations are now supported by the MOV parser. > Add the "avif" extension to the list of supported extensions to > AVInputFormat. > > Signed-off-by: Vignesh Venkatasubramanian > --- > libavformat/mov.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 3e83e54a77..26aeeaea0c 100644 > --- a/libavformat/mov.c > +++ b/libavformat/mov.c > @@ -9036,7 +9036,7 @@ const AVInputFormat ff_mov_demuxer = { > .long_name = NULL_IF_CONFIG_SMALL("QuickTime / MOV"), > .priv_class = &mov_class, > .priv_data_size = sizeof(MOVContext), > - .extensions = "mov,mp4,m4a,3gp,3g2,mj2,psp,m4b,ism,ismv,isma,f4v", > + .extensions = "mov,mp4,m4a,3gp,3g2,mj2,psp,m4b,ism,ismv,isma,f4v,avif", > .flags_internal = FF_FMT_INIT_CLEANUP, > .read_probe = mov_probe, > .read_header = mov_read_header, _______________________________________________ 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".