summaryrefslogtreecommitdiff
path: root/libavformat/au.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/au.c')
-rw-r--r--libavformat/au.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/au.c b/libavformat/au.c
index ffb26ed54e..7d151cf1d6 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -88,7 +88,7 @@ static int au_write_packet(AVFormatContext *s, AVPacket *pkt)
static int au_write_trailer(AVFormatContext *s)
{
ByteIOContext *pb = s->pb;
- offset_t file_size;
+ int64_t file_size;
if (!url_is_streamed(s->pb)) {