changeset 5590:da4b8a105fd3 libavformat

Document av_register_protocol(), not that it really needs to be documented but it's nice to have everything documented.
author stefano
date Wed, 27 Jan 2010 00:21:28 +0000
parents dca2836e09b8
children a6f523ec7c37
files avio.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avio.h	Tue Jan 26 15:51:54 2010 +0000
+++ b/avio.h	Wed Jan 27 00:21:28 2010 +0000
@@ -226,6 +226,9 @@
 attribute_deprecated int register_protocol(URLProtocol *protocol);
 #endif
 
+/**
+ * Registers the URLProtocol protocol.
+ */
 int av_register_protocol(URLProtocol *protocol);
 
 /**