]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/url.h
libavcodec/jpeg2000dec.c Fixed WRITE_FRAME and tile co-ordinates:
[ffmpeg] / libavformat / url.h
index 4750bfff825b54527b54b4a8dc978110dc34ffc9..de0d30aca01344af7f5793454e736efa3ab418c2 100644 (file)
@@ -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.