Re: [FFmpeg-devel] [PATCH v2] lavf/url: fix rel path’s query string contains :/

2020-10-17 Thread 蔡昊凝
Marton Balint 于2020年10月17日周六 下午4:35写道: > And why not also add # here as well? With the same logic, there can be > URL-s like dummy.mp4#t=0:02:00,121.5 and they will fail currently. > > Also a more clear wording for the comment: > /* lavf "schemes" can contain options but not some RFC 3986 delimit

Re: [FFmpeg-devel] [PATCH v2] lavf/url: fix rel path’s query string contains :/

2020-10-17 Thread Marton Balint
On Sat, 17 Oct 2020, caihaonin...@gmail.com wrote: From: "ruiquan.crq" Signed-off-by: ruiquan.crq --- libavformat/tests/url.c | 1 + libavformat/url.c | 2 +- tests/ref/fate/url | 4 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/tests/url.c b/libavfo

[FFmpeg-devel] [PATCH v2] lavf/url: fix rel path’s query string contains :/

2020-10-16 Thread caihaoning83
From: "ruiquan.crq" Signed-off-by: ruiquan.crq --- libavformat/tests/url.c | 1 + libavformat/url.c | 2 +- tests/ref/fate/url | 4 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/tests/url.c b/libavformat/tests/url.c index 2440ae08bc..c294795fa2 100644