Mercurial > libavformat.hg
changeset 4490:59e1aa351b77 libavformat
Document av_protocol_next().
author | stefano |
---|---|
date | Sun, 15 Feb 2009 14:31:18 +0000 |
parents | 26982fb2d510 |
children | 673107cf7fe6 |
files | avio.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avio.h Sun Feb 15 14:29:23 2009 +0000 +++ b/avio.h Sun Feb 15 14:31:18 2009 +0000 @@ -140,6 +140,11 @@ 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