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 B306D47726 for ; Fri, 19 Jan 2024 21:22:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CC90B68D084; Fri, 19 Jan 2024 23:22:07 +0200 (EET) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0C7BF68CDE9 for ; Fri, 19 Jan 2024 23:22:01 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 01A8CE0002 for ; Fri, 19 Jan 2024 21:22:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1705699321; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=RyBT7E3mvtLxsU3KxY1VBOAleD78CizhRuESCRy6Ez0=; b=IJUAXyQeZBuT1qBcsHlHyU6Uz3MgvjlsoflOAhCuREsa0C2OAGBDUXZi9/TJJv8GhKbWsI TnJ+hOrVpwev5cX+5/Yuf7juamQXdpIn9elA5G1OOPe65p849+tgaHs4R8kfY2pryaL1FK Thk6Zo6aORvpjmpBK4NmyQyOqU/2DqO7xje38cImXqcOOnA12OEIL/XUlguHyvtNxA0kWx pvpOhnlSUvIbHmPZ3M1X8obveFZ1x9NsS2mA8D74SAyek6M2//+PXAEHoUlx1hLLaFzqn7 JxFfmEOEW06xN1Ka5I/iG6tUaWcs3G3+m2Th7m8yRivCFtomYLzGfiYFa+R3rQ== Date: Fri, 19 Jan 2024 22:22:00 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240119212200.GV6420@pb2> References: <20240117204133.11142-1-jamrial@gmail.com> <20240117204133.11142-2-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240117204133.11142-2-jamrial@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/2] avformat: add a Tile Grid stream group type 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: multipart/mixed; boundary="===============4539093322217152838==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4539093322217152838== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1bMPnSx5ZSRJVkzi" Content-Disposition: inline --1bMPnSx5ZSRJVkzi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 17, 2024 at 05:41:33PM -0300, James Almer wrote: > This will be used to support tiled image formats like HEIF. >=20 > Signed-off-by: James Almer > --- > libavformat/avformat.c | 5 +++++ > libavformat/avformat.h | 3 +++ > libavformat/dump.c | 36 ++++++++++++++++++++++++++++++++++++ > libavformat/options.c | 9 +++++++++ > 4 files changed, 53 insertions(+) Iam sure ive forgotten something but this fails build libavformat/dump.c: In function =E2=80=98dump_stream_group=E2=80=99: libavformat/dump.c:722:9: error: too many arguments to function =E2=80=98du= mp_metadata=E2=80=99 dump_metadata(NULL, stg->metadata, " ", AV_LOG_INFO); ^~~~~~~~~~~~~ libavformat/dump.c:166:13: note: declared here static void dump_metadata(void *ctx, const AVDictionary *m, const char *in= dent) ^~~~~~~~~~~~~ libavformat/dump.c:746:13: error: too many arguments to function =E2=80=98d= ump_stream_format=E2=80=99 dump_stream_format(ic, st->index, i, index, is_output, AV_LOG_= VERBOSE); ^~~~~~~~~~~~~~~~~~ libavformat/dump.c:522:13: note: declared here static void dump_stream_format(const AVFormatContext *ic, int i, ^~~~~~~~~~~~~~~~~~ ffbuild/common.mak:81: recipe for target 'libavformat/dump.o' failed make: *** [libavformat/dump.o] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Avoid a single point of failure, be that a person or equipment. --1bMPnSx5ZSRJVkzi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZarn9AAKCRBhHseHBAsP q9tiAJ4nxd5gVmzQamfILLYP5G6Si6QTpwCeMEUlrlygONP+jryKua9+eoZdBi4= =gILq -----END PGP SIGNATURE----- --1bMPnSx5ZSRJVkzi-- --===============4539093322217152838== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============4539093322217152838==--