mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-15 20:01:42 +00:00
Document av_register_protocol(), not that it really needs to be
documented but it's nice to have everything documented. Originally committed as revision 21471 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8652e44acd
commit
d19a046ebb
@ -226,6 +226,9 @@ URLProtocol *av_protocol_next(URLProtocol *p);
|
|||||||
attribute_deprecated int register_protocol(URLProtocol *protocol);
|
attribute_deprecated int register_protocol(URLProtocol *protocol);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Registers the URLProtocol protocol.
|
||||||
|
*/
|
||||||
int av_register_protocol(URLProtocol *protocol);
|
int av_register_protocol(URLProtocol *protocol);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user