]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: use av_fast_realloc to reallocate ebml list arrays
authorJames Almer <jamrial@gmail.com>
Tue, 3 Sep 2019 21:45:04 +0000 (18:45 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 4 Sep 2019 13:08:17 +0000 (10:08 -0300)
commit3b3150c45f1ebb3635e55e76b63439d8d62de85f
tree2c16ef34c02e55c1310f9c572a3708ed464ccec6
parentf34aabfbaeaef79f9660b76490840fe155a19232
avformat/matroskadec: use av_fast_realloc to reallocate ebml list arrays

Speeds up the process considerably.

Fixes ticket #8109.

Suggested-by: nevcairiel
Suggested-by: cehoyos
Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/matroskadec.c