OSDN Git Service

URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME
authorMartin Storsjö <martin@martin.st>
Mon, 28 Feb 2011 13:39:36 +0000 (15:39 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 6 Mar 2011 22:29:39 +0000 (23:29 +0100)
commit8f73c060773156cbf48e153506a38bcb6e2c4c6d
tree6156acbe07eb155f0c1e02bf9b48df0b8bd1e12e
parentf3bea9915fdc87c3f5b635fcfe0250a28e2b1a88
URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME

If this flag is set, the protocol can handle URLs where the
scheme is a nested scheme such as applehttp+file: - the protocol
can handle any URL where the first segment of the nested scheme
belongs to this protocol.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavformat/avio.c
libavformat/avio.h