summaryrefslogtreecommitdiff
path: root/libavformat/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/url.h')
-rw-r--r--libavformat/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/url.h b/libavformat/url.h
index ff1e21b462..40be4d56be 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -238,7 +238,7 @@ int ff_check_interrupt(AVIOInterruptCB *cb);
*
* @param prev result of the previous call to this functions or NULL.
*/
-URLProtocol *ffurl_protocol_next(URLProtocol *prev);
+URLProtocol *ffurl_protocol_next(const URLProtocol *prev);
/* udp.c */
int ff_udp_set_remote_url(URLContext *h, const char *uri);