Commit 9075d1e0 authored by Stefano Sabatini's avatar Stefano Sabatini

Document av_protocol_next().

Originally committed as revision 17324 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5d377501
......@@ -140,6 +140,11 @@ typedef struct URLProtocol {
extern URLProtocol *first_protocol;
extern URLInterruptCB *url_interrupt_cb;
/**
* If protocol is NULL, returns the first registered protocol,
* if protocol is non-NULL, returns the registered protocol next after protocol,
* or NULL if protocol is the last one.
*/
URLProtocol *av_protocol_next(URLProtocol *p);
#if LIBAVFORMAT_VERSION_MAJOR < 53
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment