diff avio.h @ 2812:173b5cb7efde libavformat

av_*_next() API for libavformat
author michael
date Wed, 12 Dec 2007 19:01:58 +0000
parents 1a9db30c1d1c
children 63fda6ba2173
line wrap: on
line diff
--- a/avio.h	Sun Dec 09 14:39:01 2007 +0000
+++ b/avio.h	Wed Dec 12 19:01:58 2007 +0000
@@ -136,6 +136,8 @@
 extern URLProtocol *first_protocol;
 extern URLInterruptCB *url_interrupt_cb;
 
+URLProtocol *av_protocol_next(URLProtocol *p);
+
 int register_protocol(URLProtocol *protocol);
 
 typedef struct {