]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mmst.c
Use correct length modifier for size comparison in printf expression, fixes:
[ffmpeg] / libavformat / mmst.c
index c19a68f24c970bb27c81cfc3ab10ec39ed5d3934..1750390a2dfb1980c23f2263ed83132c184958e5 100644 (file)
@@ -581,7 +581,7 @@ static int mms_open(URLContext *h, const char *uri, int flags)
         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);