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 7AE4244C10 for ; Wed, 14 Dec 2022 10:51:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4666B68BA8D; Wed, 14 Dec 2022 12:51:46 +0200 (EET) 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 EB98F68B468 for ; Wed, 14 Dec 2022 12:51:38 +0200 (EET) Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (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 4NXBxd574Kz9ssC for ; Wed, 14 Dec 2022 11:51:33 +0100 (CET) Message-ID: <92349d93-1190-933b-27e2-aa5b271c9878@gyani.pro> Date: Wed, 14 Dec 2022 16:21:16 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20221212044144.957-1-ffmpeg@gyani.pro> From: Gyan Doshi In-Reply-To: <20221212044144.957-1-ffmpeg@gyani.pro> X-Rspamd-Queue-Id: 4NXBxd574Kz9ssC Subject: Re: [FFmpeg-devel] [PATCH v2] avformat/movenc: remove write_colr warning 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: On 2022-12-12 10:11 am, Gyan Doshi wrote: > The old warning is no longer applicable after this block was recomposed in > c5b20cfe19. The block is only active for supported formats. Plan to push tomorrow. > --- > libavformat/movenc.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libavformat/movenc.c b/libavformat/movenc.c > index 7b00e65cdd..d1bef25147 100644 > --- a/libavformat/movenc.c > +++ b/libavformat/movenc.c > @@ -2330,8 +2330,6 @@ static int mov_write_video_tag(AVFormatContext *s, AVIOContext *pb, MOVMuxContex > av_stream_get_side_data(track->st, AV_PKT_DATA_ICC_PROFILE, NULL)) { > int prefer_icc = mov->flags & FF_MOV_FLAG_PREFER_ICC || !has_color_info; > mov_write_colr_tag(pb, track, prefer_icc); > - } else if (mov->flags & FF_MOV_FLAG_WRITE_COLR) { > - av_log(mov->fc, AV_LOG_WARNING, "Not writing 'colr' atom. Format is not MOV or MP4.\n"); > } > } > if (track->mode == MODE_MOV || track->mode == MODE_MP4) { _______________________________________________ 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".