[FFmpeg-devel] [PATCH 2/2] avformat: add a Tile Grid stream group type
Michael Niedermayer
michael at niedermayer.cc
Fri Jan 19 23:22:00 EET 2024
On Wed, Jan 17, 2024 at 05:41:33PM -0300, James Almer wrote:
> This will be used to support tiled image formats like HEIF.
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> 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 ‘dump_stream_group’:
libavformat/dump.c:722:9: error: too many arguments to function ‘dump_metadata’
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 *indent)
^~~~~~~~~~~~~
libavformat/dump.c:746:13: error: too many arguments to function ‘dump_stream_format’
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
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Avoid a single point of failure, be that a person or equipment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20240119/a596e4c2/attachment.sig>
More information about the ffmpeg-devel
mailing list