early-access version 1680
This commit is contained in:
4
externals/ffmpeg/libavformat/url.h
vendored
4
externals/ffmpeg/libavformat/url.h
vendored
@@ -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.
|
||||
|
Reference in New Issue
Block a user