[FFmpeg-cvslog] ffprobe: fix typo in ESCAPE_CHECK_SIZE
Stefano Sabatini
git at videolan.org
Mon Feb 6 11:34:45 CET 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Feb 6 10:44:54 2012 +0100| [1ca0812d909a05e341e4c76861fb9dccc2f47112] | committer: Stefano Sabatini
ffprobe: fix typo in ESCAPE_CHECK_SIZE
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ca0812d909a05e341e4c76861fb9dccc2f47112
---
ffprobe.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ffprobe.c b/ffprobe.c
index 08ee8fd..79f7494 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -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"; \
}
More information about the ffmpeg-cvslog
mailing list