]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sdp.c
Add Changelog entry and bump lavf micro version for the addition of
[ffmpeg] / libavformat / sdp.c
index 6a550fa9a79a81bd7335d2ac50dbfb895e63c918..37f92ff316a8cc715e31d199a1f1e3cf69e69e01 100644 (file)
@@ -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;