summaryrefslogtreecommitdiff
path: root/libavformat/crcenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/crcenc.c')
-rw-r--r--libavformat/crcenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/crcenc.c b/libavformat/crcenc.c
index 4a13f1cd5d..3b30cc9199 100644
--- a/libavformat/crcenc.c
+++ b/libavformat/crcenc.c
@@ -50,7 +50,7 @@ static int crc_write_trailer(struct AVFormatContext *s)
snprintf(buf, sizeof(buf), "CRC=0x%08x\n", crc->crcval);
avio_write(s->pb, buf, strlen(buf));
- avio_flush(s->pb);
+
return 0;
}