From 76aa876e69cf78a40821e66dec0a1006e4eb23ec Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 4 Mar 2011 19:57:36 +0100 Subject: avio: avio_ prefix for url_fsize Signed-off-by: Ronald S. Bultje --- libavformat/img2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/img2.c') diff --git a/libavformat/img2.c b/libavformat/img2.c index a9a4a49023..c909078ecf 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -276,7 +276,7 @@ static int read_packet(AVFormatContext *s1, AVPacket *pkt) av_log(s1, AV_LOG_ERROR, "Could not open file : %s\n",filename); return AVERROR(EIO); } - size[i]= url_fsize(f[i]); + size[i]= avio_size(f[i]); if(codec->codec_id != CODEC_ID_RAWVIDEO) break; -- cgit v1.2.3