X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmpjpegdec.c;h=6f85e5620fd300325aa29c4b7ddbdd53a055238a;hb=14478b6c3820339442d8c96b701d021499de0827;hp=4c2a46ba744ac6ffd40d7abd2252265b7a5bf1b4;hpb=8fd5342463b07fdfe2f6e89620182380c1c10ab8;p=ffmpeg diff --git a/libavformat/mpjpegdec.c b/libavformat/mpjpegdec.c index 4c2a46ba744..6f85e5620fd 100644 --- a/libavformat/mpjpegdec.c +++ b/libavformat/mpjpegdec.c @@ -201,7 +201,7 @@ static int parse_multipart_header(AVIOContext *pb, if (log_ctx) av_log(log_ctx, AV_LOG_ERROR, - "Expected boundary '%s' not found, instead found a line of %zu bytes\n", + "Expected boundary '%s' not found, instead found a line of %"SIZE_SPECIFIER" bytes\n", expected_boundary, strlen(line));