]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpjpegdec.c
fate: add audiomatch
[ffmpeg] / libavformat / mpjpegdec.c
index 4c2a46ba744ac6ffd40d7abd2252265b7a5bf1b4..6f85e5620fd300325aa29c4b7ddbdd53a055238a 100644 (file)
@@ -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));