diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-10-06 07:01:14 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-07 22:27:18 +0200 |
commit | d03c3e85176436d06b0367b6dd926645d46a2083 (patch) | |
tree | cfeb8c9dfe91e660d200e784862787d13fd10748 /doc/decoders.texi | |
parent | 5e546864b09379910721b35a14713982d933d9dd (diff) | |
download | ffmpeg-d03c3e85176436d06b0367b6dd926645d46a2083.tar.gz |
avcodec/flac_parser: Don't allocate array separately
The FLACHeaderMarker structure contained a pointer to an array of int;
said array was always allocated and freed at the same time as its
referencing FLACHeaderMarker; the pointer was never modified to point to
a different array and each FLACHeaderMarker had its own unique array.
Furthermore, all these arrays had a constant size. Therefore include
this array in the FLACHeaderMarker struct.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'doc/decoders.texi')
0 files changed, 0 insertions, 0 deletions