]> git.sesse.net Git - ffmpeg/commit
avformat/utils: make av_url_split search for hashmark as well to separate hostname
authorMarton Balint <cus@passwd.hu>
Mon, 3 Feb 2020 00:32:00 +0000 (01:32 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 15 Feb 2020 17:41:36 +0000 (18:41 +0100)
commit554576b6cfe79a91d37e14d3617ca417562085db
tree5d85a565eb2cdd02f2fdd1be9d89beb0f62f29fd
parent365b817b51630447305f49a4e2f79ab8ad842473
avformat/utils: make av_url_split search for hashmark as well to separate hostname

RFC 3986 states that the generic syntax uses the slash ("/"), question mark
("?"), and number sign ("#") characters to delimit components that are
significant to the generic parser's hierarchical interpretation of an
identifier.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/tests/url.c
libavformat/utils.c
tests/ref/fate/url