Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
9075d1e0
Commit
9075d1e0
authored
Feb 15, 2009
by
Stefano Sabatini
Browse files
Document av_protocol_next().
Originally committed as revision 17324 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5d377501
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
libavformat/avio.h
libavformat/avio.h
+5
-0
No files found.
libavformat/avio.h
View file @
9075d1e0
...
...
@@ -140,6 +140,11 @@ typedef struct URLProtocol {
extern
URLProtocol
*
first_protocol
;
extern
URLInterruptCB
*
url_interrupt_cb
;
/**
* If protocol is NULL, returns the first registered protocol,
* if protocol is non-NULL, returns the registered protocol next after protocol,
* or NULL if protocol is the last one.
*/
URLProtocol
*
av_protocol_next
(
URLProtocol
*
p
);
#if LIBAVFORMAT_VERSION_MAJOR < 53
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment