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

2022-10-19 Thread Gyan Doshi
On 2022-10-19 08:33 pm, Tristan Matthews wrote: On Fri, Oct 7, 2022 at 1:41 AM Gyan Doshi wrote: On 2022-10-05 08:59 pm, Steven Liu wrote: Tristan Matthews 于2022年10月5日周三 22:44写道: --- libavformat/hls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2022-10-19 Thread Tristan Matthews
On Fri, Oct 7, 2022 at 1:41 AM Gyan Doshi wrote: > > > On 2022-10-05 08:59 pm, Steven Liu wrote: > > Tristan Matthews 于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

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

2022-10-06 Thread Gyan Doshi
On 2022-10-05 08:59 pm, Steven Liu wrote: Tristan Matthews 于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 +++

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

2022-10-05 Thread Steven Liu
Tristan Matthews 于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 @@

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

2022-10-05 Thread Tristan Matthews
--- 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; }