[FFmpeg-cvslog] r21471 - trunk/libavformat/avio.h
stefano
subversion
Wed Jan 27 01:21:28 CET 2010
Author: stefano
Date: Wed Jan 27 01:21:28 2010
New Revision: 21471
Log:
Document av_register_protocol(), not that it really needs to be
documented but it's nice to have everything documented.
Modified:
trunk/libavformat/avio.h
Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h Wed Jan 27 01:15:55 2010 (r21470)
+++ trunk/libavformat/avio.h Wed Jan 27 01:21:28 2010 (r21471)
@@ -226,6 +226,9 @@ URLProtocol *av_protocol_next(URLProtoco
attribute_deprecated int register_protocol(URLProtocol *protocol);
#endif
+/**
+ * Registers the URLProtocol protocol.
+ */
int av_register_protocol(URLProtocol *protocol);
/**
More information about the ffmpeg-cvslog
mailing list