From c5c6e67c28e0e30b681cff55e8d85bb963d8640e Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 8 Mar 2010 09:03:25 +0000 Subject: Rename url_split to ff_url_split Since this function isn't in the public API, it should have an ff_ prefix. Originally committed as revision 22321 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/sdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/sdp.c') diff --git a/libavformat/sdp.c b/libavformat/sdp.c index 6a550fa9a7..37f92ff316 100644 --- a/libavformat/sdp.c +++ b/libavformat/sdp.c @@ -109,7 +109,7 @@ static int sdp_get_address(char *dest_addr, int size, int *ttl, const char *url) const char *p; char proto[32]; - url_split(proto, sizeof(proto), NULL, 0, dest_addr, size, &port, NULL, 0, url); + ff_url_split(proto, sizeof(proto), NULL, 0, dest_addr, size, &port, NULL, 0, url); *ttl = 0; -- cgit v1.2.3