summaryrefslogtreecommitdiff
path: root/libavformat/url.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-19 10:59:46 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-22 11:35:52 +0100
commit7d61dc95d741ca134d59b1f34c4e10c4c4e36f56 (patch)
tree991bdcdab7530e40e22d52d802fc4b0b36fb8dc3 /libavformat/url.h
parent0fa00d05911aa8043ecad8dead4a73cab7faadf6 (diff)
lavf: move urlcontext_child_class_next() to protocols.c
It needs to access the list of protocols directly, so it more properly belongs there.
Diffstat (limited to 'libavformat/url.h')
-rw-r--r--libavformat/url.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/url.h b/libavformat/url.h
index a8f292ce9f..3006905446 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -264,6 +264,8 @@ int ff_url_join(char *str, int size, const char *proto,
void ff_make_absolute_url(char *buf, int size, const char *base,
const char *rel);
+const AVClass *ff_urlcontext_child_class_next(const AVClass *prev);
+
extern const URLProtocol *ff_url_protocols[];
#endif /* AVFORMAT_URL_H */