]> git.sesse.net Git - ffmpeg/commit
lavf/concatdec: more reliable test for absolute URLs.
authorNicolas George <george@nsup.org>
Sat, 1 Mar 2014 11:13:11 +0000 (12:13 +0100)
committerNicolas George <george@nsup.org>
Sat, 8 Mar 2014 11:38:31 +0000 (12:38 +0100)
commit8a670f52a56ba01bdb62b91b020573b217e40fb3
tree2888833cd409259ed8e20ca1e969b1aa56f99a35
parent97e87e09c841701798a27eb4f18e2fb6a612ec88
lavf/concatdec: more reliable test for absolute URLs.

ff_make_absolute_url() recognizes the "://" pattern usual
in HTTP-like protocols, but consider relative URLs starting
with just the protocol name or using the comma syntax for
options.
libavformat/concatdec.c