Re: [FFmpeg-devel] [PATCH v2 2/4] avformat/hlsenc: remove the unnecessary null pointer check

2019-09-16 Thread Steven Liu
> 在 2019年9月16日,20:06,Liu Steven 写道: > > > >> 在 2019年9月16日,下午7:25,lance.lmw...@gmail.com 写道: >> >> From: Limin Wang >> >> Reviewed-by: Liu Steven >> Signed-off-by: Limin Wang >> --- >> libavformat/hlsenc.c | 26 ++ >> 1 file changed, 2 insertions(+), 24

Re: [FFmpeg-devel] [PATCH v2 2/4] avformat/hlsenc: remove the unnecessary null pointer check

2019-09-16 Thread Liu Steven
> 在 2019年9月16日,下午7:25,lance.lmw...@gmail.com 写道: > > From: Limin Wang > > Reviewed-by: Liu Steven > Signed-off-by: Limin Wang > --- > libavformat/hlsenc.c | 26 ++ > 1 file changed, 2 insertions(+), 24 deletions(-) > > diff --git a/libavformat/hlsenc.c

[FFmpeg-devel] [PATCH v2 2/4] avformat/hlsenc: remove the unnecessary null pointer check

2019-09-16 Thread lance . lmwang
From: Limin Wang Reviewed-by: Liu Steven Signed-off-by: Limin Wang --- libavformat/hlsenc.c | 26 ++ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 1f2bdfbe4d..d663785e4a 100644 ---