From 32a97d4630e8e742cba0344054842ed059dda807 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 31 Mar 2011 17:46:00 +0200 Subject: avio: make url_filesize() internal. --- libavformat/concat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/concat.c') diff --git a/libavformat/concat.c b/libavformat/concat.c index 40317de69e..dbacc6987a 100644 --- a/libavformat/concat.c +++ b/libavformat/concat.c @@ -105,7 +105,7 @@ static av_cold int concat_open(URLContext *h, const char *uri, int flags) break; /* creating size */ - if ((size = url_filesize(uc)) < 0) { + if ((size = ffurl_size(uc)) < 0) { ffurl_close(uc); err = AVERROR(ENOSYS); break; -- cgit v1.2.3