summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2019-10-06 07:01:14 +0200
committerPaul B Mahol <onemda@gmail.com>2019-10-07 22:27:18 +0200
commitd03c3e85176436d06b0367b6dd926645d46a2083 (patch)
treecfeb8c9dfe91e660d200e784862787d13fd10748 /tests
parent5e546864b09379910721b35a14713982d933d9dd (diff)
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 'tests')
0 files changed, 0 insertions, 0 deletions