aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/acodec/pcm-f32le
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-29 22:12:48 +0100
committerLynne <dev@lynne.ee>2024-04-23 08:31:28 +0200
commitfc3c2ea8dce682eeaaa53b4fed02bebc7a684c46 (patch)
treeb0a6dd166816f734b908b4ac19c13c65931ecedb /tests/ref/acodec/pcm-f32le
parent8b2261e573b9c5c06f8b3783b98bf18ac34527f4 (diff)
downloadffmpeg-fc3c2ea8dce682eeaaa53b4fed02bebc7a684c46.tar.gz
avcodec/aacdec: PredictorState array out of SingleChannelElement
sizeof(PredictorState) is different for the floating-point and the fixed-point AAC decoders; this is an obstacle for deduplicating code between these decoders. So don't include this array in SingleChannelElement, instead add a union of pointers to the fixed-point PredictorState and the floating-point PredictorState. The actual arrays are part of the extended ChannelElement to be allocated by ff_aac_sbr_ctx_alloc_init(); it also sets the pointers. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/ref/acodec/pcm-f32le')
0 files changed, 0 insertions, 0 deletions