summaryrefslogtreecommitdiff
path: root/libavformat/astenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/astenc.c')
-rw-r--r--libavformat/astenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/astenc.c b/libavformat/astenc.c
index d38a3aab38..e0b94b8b63 100644
--- a/libavformat/astenc.c
+++ b/libavformat/astenc.c
@@ -178,7 +178,6 @@ static int ast_write_trailer(AVFormatContext *s)
}
avio_seek(pb, file_size, SEEK_SET);
- avio_flush(pb);
}
return 0;
}