Mercurial > libavformat.hg
diff rtmpproto.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 | 7c7fe75728dd |
| children | d34f985d6e8f |
line wrap: on
line diff
--- a/rtmpproto.c Mon Mar 08 03:46:37 2010 +0000 +++ b/rtmpproto.c Mon Mar 08 09:03:25 2010 +0000 @@ -812,7 +812,7 @@ s->priv_data = rt; rt->is_input = !(flags & URL_WRONLY); - url_split(proto, sizeof(proto), NULL, 0, hostname, sizeof(hostname), &port, + ff_url_split(proto, sizeof(proto), NULL, 0, hostname, sizeof(hostname), &port, path, sizeof(path), s->filename); if (port < 0)
