[FFmpeg-cvslog] avformat/http: Fix 2 typos

Michael Niedermayer git at videolan.org
Sun Apr 19 14:49:36 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Apr 19 14:26:40 2015 +0200| [22c0585a00d4adb8bbdccf1c0ac1122b651e5d63] | committer: Michael Niedermayer

avformat/http: Fix 2 typos

Found-by: wm4
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22c0585a00d4adb8bbdccf1c0ac1122b651e5d63
---

 libavformat/http.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/http.c b/libavformat/http.c
index dca1213..02153d5 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -946,7 +946,7 @@ static int http_buf_read(URLContext *h, uint8_t *buf, int size)
         if (!len && (!s->willclose || s->chunksize < 0) &&
             s->filesize >= 0 && s->off < s->filesize) {
             av_log(h, AV_LOG_ERROR,
-                   "Streams ends prematurly at %"PRId64", should be %"PRId64"\n",
+                   "Stream ends prematurely at %"PRId64", should be %"PRId64"\n",
                    s->off, s->filesize
                   );
             return AVERROR(EIO);



More information about the ffmpeg-cvslog mailing list