From 84be6e723930e540ee105949af1a7a498164560c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 12 Dec 2007 19:01:58 +0000 Subject: av_*_next() API for libavformat Originally committed as revision 11206 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/avio.h') 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 { -- cgit v1.2.3