diff mmst.c @ 6182:4fc5e0e4e1cd libavformat

Make ff_url_split() public ff_url_split() is retained as an alias, as it was used by ffserver, to avoid breaking ABI compatibility with it.
author mru
date Sun, 27 Jun 2010 14:16:46 +0000
parents 6c41d8dce99e
children fb720b9d8ee1
line wrap: on
line diff
--- a/mmst.c	Sun Jun 27 09:07:35 2010 +0000
+++ b/mmst.c	Sun Jun 27 14:16:46 2010 +0000
@@ -581,7 +581,7 @@
         return AVERROR(ENOMEM);
 
     // only for MMS over TCP, so set proto = NULL
-    ff_url_split(NULL, 0, NULL, 0,
+    av_url_split(NULL, 0, NULL, 0,
             mms->host, sizeof(mms->host), &port, mms->path,
             sizeof(mms->path), uri);