Re: [FFmpeg-devel] [PATCH 2/2] avformat/hls: use av_strncasecmp()

2021-05-06 Thread Steven Liu
> 2021年5月7日 上午9:23,lance.lmw...@gmail.com 写道: > > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavformat/hls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/hls.c b/libavformat/hls.c > index c7f9f06..9610b83 100644 > --- a/libavformat/hls.c >

[FFmpeg-devel] [PATCH 2/2] avformat/hls: use av_strncasecmp()

2021-05-06 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavformat/hls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index c7f9f06..9610b83 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -799,7 +799,7 @@ static int parse_playlist(