4 Commits

Author SHA1 Message Date
Jan Niklas Hasse
7d2de711c8
Remove extra ';' after member function definition (#652)
Found using -Wextra-semi warning.
2022-01-31 16:02:10 -08:00
Chris Robinson
a75d35bbb0 Use a vector in BFormatDec instead of FlexArray
FlexArray would be better since it's not likely to use much memory for the
array, but the std::unique_ptr makes BFormatDec a non-standard layout, causing
GCC and Clang to complain.
2021-12-10 22:07:20 -08:00
Chris Robinson
5b2489c3e8 Convert AmbDecConf to DecoderConfig for loading
This keeps AmbDecConf uses confined to multi-channel panning initialization,
and avoids spreading conversions and maps all over.
2021-06-23 09:44:58 -07:00
Chris Robinson
2479483645 Move bformatdec to core 2021-04-25 18:08:08 -07:00