Browse Source

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
tags/v0.6
Stefano Sabatini 15 years ago
parent
commit
d19a046ebb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavformat/avio.h

+ 3
- 0
libavformat/avio.h View File

@@ -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);

/**


Loading…
Cancel
Save