avio: make url_filesize() internal.

This commit is contained in:
Anton Khirnov
2011-03-31 17:46:00 +02:00
parent e52a9145c8
commit 32a97d4630
4 changed files with 14 additions and 9 deletions

View File

@ -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;