From 7d61dc95d741ca134d59b1f34c4e10c4c4e36f56 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 19 Feb 2016 10:59:46 +0100 Subject: lavf: move urlcontext_child_class_next() to protocols.c It needs to access the list of protocols directly, so it more properly belongs there. --- libavformat/url.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/url.h') 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 */ -- cgit v1.2.3