Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rsoenc.c')
-rw-r--r--libavformat/rsoenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rsoenc.c b/libavformat/rsoenc.c
index c776a1ac2a..fc7df76f76 100644
--- a/libavformat/rsoenc.c
+++ b/libavformat/rsoenc.c
@@ -77,7 +77,7 @@ static int rso_write_trailer(AVFormatContext *s)
int64_t file_size;
uint16_t coded_file_size;
- file_size = url_ftell(pb);
+ file_size = avio_tell(pb);
if (file_size < 0)
return file_size;