diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-12-20 19:26:00 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-06-27 23:17:07 +0200 |
commit | 76a413d961f793e9c9cec482b06df615a0dc694d (patch) | |
tree | eb9c0e7f1a50b105c8c73d4fd2cc1202883f8b76 /libavresample/audio_data.c | |
parent | b6fbbe08c325415cc784df296058beb6604f0b9c (diff) | |
download | ffmpeg-76a413d961f793e9c9cec482b06df615a0dc694d.tar.gz |
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>
Diffstat (limited to 'libavresample/audio_data.c')
0 files changed, 0 insertions, 0 deletions