avio: avio_ prefix for url_fsize
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
e51975392d
commit
76aa876e69
@@ -508,7 +508,7 @@ static int find_and_decode_index(NUTContext *nut){
|
||||
AVIOContext *bc = s->pb;
|
||||
uint64_t tmp, end;
|
||||
int i, j, syncpoint_count;
|
||||
int64_t filesize= url_fsize(bc);
|
||||
int64_t filesize= avio_size(bc);
|
||||
int64_t *syncpoints;
|
||||
int8_t *has_keyframe;
|
||||
int ret= -1;
|
||||
|
||||
Reference in New Issue
Block a user