]> git.sesse.net Git - ffmpeg/commit
avformat/webmdashenc: Remove write_trailer
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 26 Dec 2019 10:53:32 +0000 (11:53 +0100)
committerJames Almer <jamrial@gmail.com>
Sun, 15 Mar 2020 15:15:24 +0000 (12:15 -0300)
commitc467328f0777fd6282273c5fe43096a0924ff3b3
treef0c6bec2205f1f0af01424787a1c0aa19b8ce86c
parent425b6a9a2c431f132c7547aee823ffb415f24350
avformat/webmdashenc: Remove write_trailer

It doesn't do anything: All allocated blocks have already been freed in
write_header.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/webmdashenc.c