]> git.sesse.net Git - ffmpeg/commit
avformat/matroskaenc: Remove unused function parameter
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 29 Oct 2019 20:04:21 +0000 (21:04 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 30 Mar 2020 04:33:45 +0000 (06:33 +0200)
commit907b7f88ca81bad3edf6236a8ffd2b2431694376
tree7b62d42ae7ca96f501af75ce39216066ef301cf2
parentd9c21ec63999501afc39ffc26f363245e8624304
avformat/matroskaenc: Remove unused function parameter

end_ebml_master_crc32_preliminary() has a MatroskaMuxContext as
parameter that isn't used at all. So remove it.
Furthermore it doesn't close its dynamic buffer; it just uses the
underlying buffer and therefore it only needs a pointer to the
dynamic buffer, not a pointer to a pointer.

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