[FFmpeg-cvslog] r17324 - trunk/libavformat/avio.h
stefano
subversion
Sun Feb 15 15:31:21 CET 2009
Author: stefano
Date: Sun Feb 15 15:31:18 2009
New Revision: 17324
Log:
Document av_protocol_next().
Modified:
trunk/libavformat/avio.h
Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h Sun Feb 15 15:29:23 2009 (r17323)
+++ trunk/libavformat/avio.h Sun Feb 15 15:31:18 2009 (r17324)
@@ -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
More information about the ffmpeg-cvslog
mailing list