[FFmpeg-devel] [PATCH 2/2] avformat: add a Tile Grid stream group type

James Almer jamrial at gmail.com
Fri Jan 19 23:24:09 EET 2024


On 1/19/2024 6:22 PM, Michael Niedermayer wrote:
> 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

My bad, i sent "avformat/dump: only print streams within a group in 
verbose levels" as a patch independent of this set, but it goes before 
these two patches.

> 
> 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
> 
> [...]
> 
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list