Commit 1ca0812d authored by Stefano Sabatini's avatar Stefano Sabatini

ffprobe: fix typo in ESCAPE_CHECK_SIZE

parent e81e0b99
......@@ -385,7 +385,7 @@ fail:
char buf[64]; \
snprintf(buf, sizeof(buf), "%s", src); \
av_log(log_ctx, AV_LOG_WARNING, \
"String '%s...' with is too big\n", buf); \
"String '%s...' is too big\n", buf); \
return "FFPROBE_TOO_BIG_STRING"; \
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment