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

Steven Liu lingjiujianke at gmail.com
Wed Oct 5 18:29:01 EEST 2022


Tristan Matthews <tmatth at videolan.org> 于2022年10月5日周三 22:44写道:
>
> ---
>  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)
> --
> 2.34.1
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".

English is not my native language, but this look ok to me.
Waiting for familiarity with English reviewer comments.

Thanks
Steven


More information about the ffmpeg-devel mailing list