]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/img2dec.c
Merge commit '98308bd44face14ea3142b501d16226eec23b75a'
[ffmpeg] / libavformat / img2dec.c
index b847d6c77fe6878a8b2e6ba615357d46f81e46f1..5163e69f65b97045cbdc0c35b23ac681fd57a1e4 100644 (file)
@@ -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);
             }