You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
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
@@ -180,7 +180,7 @@ static int r3d_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
if (url_is_streamed(s->pb))
|
||||
return 0;
|
||||
// find REOB/REOF/REOS to load index
|
||||
avio_seek(s->pb, url_fsize(s->pb)-48-8, SEEK_SET);
|
||||
avio_seek(s->pb, avio_size(s->pb)-48-8, SEEK_SET);
|
||||
if (read_atom(s, &atom) < 0)
|
||||
av_log(s, AV_LOG_ERROR, "error reading end atom\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user