diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-12-03 18:09:06 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-12-04 23:11:37 -0300 |
commit | 9ad1a6d64cc6cefccaa94c105dd2e74951281987 (patch) | |
tree | b13d0873859340ab59b724a2a1ea0dcceeb023c4 /tests/ref/lavf/mov | |
parent | 668490ac981be1501652ebdfd633a498cb99ec2d (diff) | |
download | ffmpeg-9ad1a6d64cc6cefccaa94c105dd2e74951281987.tar.gz |
avformat/matroskadec: Avoid allocating array for lace sizes
The maximal number of frames in a lace can be 256; hence one has a not
excessive upper bound on the size of an array that can hold the sizes of
all the frames in a lace. Yet up until now, said array has been
dynamically allocated. This has been changed.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/lavf/mov')
0 files changed, 0 insertions, 0 deletions