]> git.sesse.net Git - ffmpeg/commit
avformat/segafilmenc: Add deinit function
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 14 Jan 2020 03:13:36 +0000 (04:13 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 25 Feb 2020 18:57:16 +0000 (19:57 +0100)
commitda304e78b5175cb45b06116006e1901cef077ffd
tree299eaeed4e0a8a35ab5452761a16dc504195b764
parentab44f0aee88032d2a406b689ff2ff144cf26b0ef
avformat/segafilmenc: Add deinit function

Prevents memleaks when the trailer is never written or when shifting the
data fails when writing the trailer.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/segafilmenc.c