diff utils.c @ 5775:7a123cc24a81 libavformat

Rename url_split to ff_url_split Since this function isn't in the public API, it should have an ff_ prefix.
author mstorsjo
date Mon, 08 Mar 2010 09:03:25 +0000
parents 66e85b4ca68a
children d34f985d6e8f
line wrap: on
line diff
--- a/utils.c	Mon Mar 08 03:46:37 2010 +0000
+++ b/utils.c	Mon Mar 08 09:03:25 2010 +0000
@@ -3365,7 +3365,7 @@
     pkt_dump_internal(avcl, NULL, level, pkt, dump_payload);
 }
 
-void url_split(char *proto, int proto_size,
+void ff_url_split(char *proto, int proto_size,
                char *authorization, int authorization_size,
                char *hostname, int hostname_size,
                int *port_ptr,