Re: [FFmpeg-devel] [PATCH] avformat/url: check the result of the strrchr

2020-05-17 Thread Steven Liu
> 2020年5月17日 上午10:35,Steven Liu 写道: > > > >> 2020年5月15日 下午6:26,Steven Liu 写道: >> >> >> >>> 2020年5月15日 下午6:01,Steven Liu 写道: >>> >>> because it need be check for success, is should not >>> change the old way if it failure. >> Change the comments: >> because it need be checked for succes

Re: [FFmpeg-devel] [PATCH] avformat/url: check the result of the strrchr

2020-05-16 Thread Steven Liu
> 2020年5月15日 下午6:26,Steven Liu 写道: > > > >> 2020年5月15日 下午6:01,Steven Liu 写道: >> >> because it need be check for success, is should not >> change the old way if it failure. > Change the comments: > because it need be checked for success status, it should not > change the old way if it failu

Re: [FFmpeg-devel] [PATCH] avformat/url: check the result of the strrchr

2020-05-15 Thread Steven Liu
Steven Liu 于2020年5月15日周五 下午6:02写道: > > because it need be check for success, is should not > change the old way if it failure. Change the comments: because it need be checked for success status, it should not change the old way if it failure. > > Signed-off-by: Steven Liu > --- > libavformat/url

[FFmpeg-devel] [PATCH] avformat/url: check the result of the strrchr

2020-05-15 Thread Steven Liu
because it need be check for success, is should not change the old way if it failure. Signed-off-by: Steven Liu --- libavformat/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/url.c b/libavformat/url.c index 7cd9e0c705..6956f6dc10 100644 --- a/libavformat/ur