From ec4f04da1a3462dac429b9d15dee5f027309da15 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 26 Jul 2014 02:47:41 -0700 Subject: avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const --- libavformat/url.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/url.h') 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); -- cgit v1.2.3