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 <jamr...@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.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to