# HG changeset patch # User stefano # Date 1264551688 0 # Node ID da4b8a105fd3329cc20cf4b3e29d7677705d3d74 # Parent dca2836e09b801776ab19d3d77a38936b8f5a4e5 Document av_register_protocol(), not that it really needs to be documented but it's nice to have everything documented. diff -r dca2836e09b8 -r da4b8a105fd3 avio.h --- 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); /**