diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-05-27 15:34:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-06-10 12:36:44 +0200 |
commit | 43ed2b86d67ee493a9fd9ef90c13c4cf6ac89257 (patch) | |
tree | aef58e80928806e7f5d97945feb2dc4c07834baa /libavformat/url.h | |
parent | c7d8d8d8d91833737ec1b94c9345bcfba5935ee6 (diff) | |
download | ffmpeg-43ed2b86d67ee493a9fd9ef90c13c4cf6ac89257.tar.gz |
URLContext: switch to child_class_iterate()
Diffstat (limited to 'libavformat/url.h')
-rw-r--r-- | libavformat/url.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/url.h b/libavformat/url.h index 4750bfff82..de0d30aca0 100644 --- a/libavformat/url.h +++ b/libavformat/url.h @@ -322,7 +322,11 @@ void ff_make_absolute_url(char *buf, int size, const char *base, */ AVIODirEntry *ff_alloc_dir_entry(void); +#if FF_API_CHILD_CLASS_NEXT const AVClass *ff_urlcontext_child_class_next(const AVClass *prev); +#endif + +const AVClass *ff_urlcontext_child_class_iterate(void **iter); /** * Construct a list of protocols matching a given whitelist and/or blacklist. |