]> git.sesse.net Git - ffmpeg/commit
avformat/hashenc: add missing avio_flush to hash_write_trailer
authorJames Almer <jamrial@gmail.com>
Sun, 17 Apr 2016 00:31:58 +0000 (21:31 -0300)
committerJames Almer <jamrial@gmail.com>
Sun, 17 Apr 2016 00:31:58 +0000 (21:31 -0300)
commitb63ba3a51782baca737e646110f4832f8abbaadd
treeca4e79112cb20a4f82358485677c55202b482e1d
parent487c346d98c0180eb8e4066c2c341a2a19f7f0af
avformat/hashenc: add missing avio_flush to hash_write_trailer

It was accidentally deleted in the previous hashenc commit

Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/hashenc.c