]> git.sesse.net Git - ffmpeg/commit
avformat/smoothstreaming: Don't write trailer of subcontext
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 20 Dec 2019 18:26:00 +0000 (19:26 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 27 Jun 2020 21:17:07 +0000 (23:17 +0200)
commit76a413d961f793e9c9cec482b06df615a0dc694d
treeeb9c0e7f1a50b105c8c73d4fd2cc1202883f8b76
parentb6fbbe08c325415cc784df296058beb6604f0b9c
avformat/smoothstreaming: Don't write trailer of subcontext

Nothing written in avformat_write_trailer() for the submuxers will be
output anyway because the AVIOContexts used for actual output have been
closed before the call. Writing the trailer of the subcontext has probably
only been done in order to free the memory allocated by the submuxer.
And this job has been taken over by the deinit functions.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/smoothstreamingenc.c