]> git.sesse.net Git - ffmpeg/commit
avformat: remove unneeded avio_flush() calls before calling avio_close_dyn_buf()
authorMarton Balint <cus@passwd.hu>
Fri, 27 Dec 2019 13:18:20 +0000 (14:18 +0100)
committerMarton Balint <cus@passwd.hu>
Tue, 7 Jan 2020 20:51:45 +0000 (21:51 +0100)
commit4d7f8254ac11e207f49348978231a6c4656d43e8
tree5418a05a307186fa149e7701a0d26cff22d1d2d7
parent37d24a6c8fdff897c5e01a8767bfcdc9ddf1f003
avformat: remove unneeded avio_flush() calls before calling avio_close_dyn_buf()

avio_close_dyn_buf() also does avio_flush().

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/hlsenc.c
libavformat/oggenc.c
libavformat/rtpdec.c