ffprobe: fix typo in ESCAPE_CHECK_SIZE
This commit is contained in:
parent
e81e0b9991
commit
1ca0812d90
@ -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"; \
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user