mirror of https://github.com/FFmpeg/FFmpeg.git
Despite the doxy stating that it's called when the muxer is destroyed, this was not true in practice. It's only called by av_write_trailer() and on init() failure. An AVFormatContext may be closed without writing the trailer if errors ocurred while muxing packets, so in order to prevent memory leaks, it should effectively be called when freeing the muxer. Signed-off-by: James Almer <jamrial@gmail.com>pull/324/head
parent
27bae5aaca
commit
02cf239196
2 changed files with 13 additions and 7 deletions
Loading…
Reference in new issue