X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fdump.c;h=f8ad01102a347b1f26c0c8c441e53d501e902218;hb=ef6a9e5e311f09fa8032974fa4d0c1e166a959bb;hp=4d6ccd006a5d39d52098810c8a20e884a5619085;hpb=985c0dac674846721ec8ff23344c16ac7d1c9a1e;p=ffmpeg diff --git a/libavformat/dump.c b/libavformat/dump.c index 4d6ccd006a5..f8ad01102a3 100644 --- a/libavformat/dump.c +++ b/libavformat/dump.c @@ -491,8 +491,8 @@ static void dump_sidedata(void *ctx, const AVStream *st, const char *indent) dump_s12m_timecode(ctx, st, sd); break; default: - av_log(ctx, AV_LOG_INFO, - "unknown side data type %d (%d bytes)", sd->type, sd->size); + av_log(ctx, AV_LOG_INFO, "unknown side data type %d " + "(%"SIZE_SPECIFIER" bytes)", sd->type, sd->size); break; }