diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-12-12 19:01:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-12-12 19:01:58 +0000 |
commit | 84be6e723930e540ee105949af1a7a498164560c (patch) | |
tree | d92e440279d6a8b407ba691705fb97f717a15ae9 /libavformat/avio.h | |
parent | 562b216307ab1e7a62fe85ef9dcf3c485bc647f7 (diff) | |
download | ffmpeg-84be6e723930e540ee105949af1a7a498164560c.tar.gz |
av_*_next() API for libavformat
Originally committed as revision 11206 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index 5a8d19f354..95d4672d08 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -136,6 +136,8 @@ typedef struct URLProtocol { extern URLProtocol *first_protocol; extern URLInterruptCB *url_interrupt_cb; +URLProtocol *av_protocol_next(URLProtocol *p); + int register_protocol(URLProtocol *protocol); typedef struct { |