Re: [FFmpeg-devel] [PATCH 3/3] avformat/url: remove duplicate call to strstr

2020-07-27 Thread Zlomek, Josef
I also noticed that the 3rd part did not make it to patchwork. Maybe it is because it modifies the same file. I will squash it with the first part. Josef On Mon, Jul 27, 2020 at 1:36 PM Steven Liu wrote: > Josef Zlomek 于2020年7月27日周一 下午6:57写道: > > > > Signed-off-by: Josef Zlomek > > --- > > l

Re: [FFmpeg-devel] [PATCH 3/3] avformat/url: remove duplicate call to strstr

2020-07-27 Thread Steven Liu
Josef Zlomek 于2020年7月27日周一 下午6:57写道: > > Signed-off-by: Josef Zlomek > --- > libavformat/url.c | 13 + > 1 file changed, 5 insertions(+), 8 deletions(-) > > diff --git a/libavformat/url.c b/libavformat/url.c > index ccaa28a1ed..28d12fd3de 100644 > --- a/libavformat/url.c > +++ b/liba

[FFmpeg-devel] [PATCH 3/3] avformat/url: remove duplicate call to strstr

2020-07-27 Thread Josef Zlomek
Signed-off-by: Josef Zlomek --- libavformat/url.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/libavformat/url.c b/libavformat/url.c index ccaa28a1ed..28d12fd3de 100644 --- a/libavformat/url.c +++ b/libavformat/url.c @@ -186,14 +186,11 @@ void ff_make_absolute