[FFmpeg-cvslog] avformat/hls: fix spelling and grammar on wrap warning

Tristan Matthews git at videolan.org
Thu Oct 20 13:58:22 EEST 2022


ffmpeg | branch: master | Tristan Matthews <tmatth at videolan.org> | Wed Oct  5 10:43:55 2022 -0400| [eb9153b4a73f4d6e313206588eb7c03d1f4c12b8] | committer: Gyan Doshi

avformat/hls: fix spelling and grammar on wrap warning

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

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

diff --git a/libavformat/hls.c b/libavformat/hls.c
index e622425e80..402eb2b5a0 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -1527,7 +1527,7 @@ reload:
                 return AVERROR_EOF;
             }
         } else {
-            av_log(v->parent, AV_LOG_WARNING, "maybe the m3u8 list sequence have been wraped.\n");
+            av_log(v->parent, AV_LOG_WARNING, "The m3u8 list sequence may have been wrapped.\n");
         }
         if (v->cur_seq_no >= v->start_seq_no + v->n_segments) {
             if (v->finished)



More information about the ffmpeg-cvslog mailing list