diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-05-17 00:29:59 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-06-23 00:47:50 -0300 |
commit | ffa64a4db8ba37face9508caee0cf25efff70c4a (patch) | |
tree | c0552429be19ff290881ab6e220717ac87803556 /libavdevice/alsa_enc.c | |
parent | f3ca3e7f19c86563c2d3bca82962567396b1cc13 (diff) | |
download | ffmpeg-ffa64a4db8ba37face9508caee0cf25efff70c4a.tar.gz |
avformat/matroskadec: Don't keep old blocks
Before this commit, the Matroska muxer would read a block when required
to do so, parse the block, create and return the necessary AVPackets and
yet keep the blocks (in a dynamically allocated list), although they
aren't used at all any more. This has been changed. There is no list any
more and the block is immediately discarded after parsing.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavdevice/alsa_enc.c')
0 files changed, 0 insertions, 0 deletions