Re: [FFmpeg-devel] [PATCH] avformat/dashdec: check the root url length

2020-10-19 Thread Steven Liu
Steven Liu 于2020年8月17日周一 下午8:30写道: > > if the length of the root url is 0, unnecessary process the root_url > > Signed-off-by: Steven Liu > --- > libavformat/dashdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index

[FFmpeg-devel] [PATCH] avformat/dashdec: check the root url length

2020-08-17 Thread Steven Liu
if the length of the root url is 0, unnecessary process the root_url Signed-off-by: Steven Liu --- libavformat/dashdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index c5a5ff607b..387d97fe42 100644 ---