[FFmpeg-cvslog] img2dec: fix typo (double "with with")
Kirill Gavrilov
git at videolan.org
Mon Aug 12 18:17:51 CEST 2013
ffmpeg | branch: master | Kirill Gavrilov <kirill at sview.ru> | Mon Aug 12 19:04:19 2013 +0400| [2395ae22ce8b9eea7cb4ebd9f8d6d707496119b4] | committer: Michael Niedermayer
img2dec: fix typo (double "with with")
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2395ae22ce8b9eea7cb4ebd9f8d6d707496119b4
---
libavformat/img2dec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c
index b847d6c..5163e69 100644
--- a/libavformat/img2dec.c
+++ b/libavformat/img2dec.c
@@ -272,7 +272,7 @@ static int img_read_header(AVFormatContext *s1)
if (find_image_range(&first_index, &last_index, s->path,
s->start_number, s->start_number_range) < 0) {
av_log(s1, AV_LOG_ERROR,
- "Could find no file with with path '%s' and index in the range %d-%d\n",
+ "Could find no file with path '%s' and index in the range %d-%d\n",
s->path, s->start_number, s->start_number + s->start_number_range - 1);
return AVERROR(ENOENT);
}
More information about the ffmpeg-cvslog
mailing list