Commit 3cba0aa2 authored by stefano's avatar stefano

Document av_register_protocol(), not that it really needs to be

documented but it's nice to have everything documented.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21471 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eb7d3dce
......@@ -226,6 +226,9 @@ URLProtocol *av_protocol_next(URLProtocol *p);
attribute_deprecated int register_protocol(URLProtocol *protocol);
#endif
/**
* Registers the URLProtocol protocol.
*/
int av_register_protocol(URLProtocol *protocol);
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment