]> git.sesse.net Git - ffmpeg/commit
avformat: remove unneeded avio_flush() calls from the end of write_trailer functions
authorMarton Balint <cus@passwd.hu>
Sat, 4 Jan 2020 18:31:14 +0000 (19:31 +0100)
committerMarton Balint <cus@passwd.hu>
Tue, 7 Jan 2020 20:51:45 +0000 (21:51 +0100)
commitc05d82fa92b38ac0459a0605872991d8fa9e2252
tree763deec24366bffee5ca48c32694b35c82f7b868
parent4bf90e095b361cb11371921bf6eb357831d857b2
avformat: remove unneeded avio_flush() calls from the end of write_trailer functions

The IO context is always flushed by libavformat/mux.c after write_trailer is
called, so this change should have no effect at all.
13 files changed:
libavformat/aiffenc.c
libavformat/astenc.c
libavformat/au.c
libavformat/cafenc.c
libavformat/flacenc.c
libavformat/hashenc.c
libavformat/mmf.c
libavformat/mpegenc.c
libavformat/soxenc.c
libavformat/ttaenc.c
libavformat/vc1testenc.c
libavformat/wavenc.c
libavformat/wtvenc.c