aboutsummaryrefslogtreecommitdiffstats
path: root/core/ambdec.h
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly define AmbDecConf's destructorChris Robinson2022-02-221-0/+2
| | | | | | GCC complains it can't inline the destructor because it's "unlikely" to be called and would bloat code size, despite being implicitly defined. Technically accurate, but rather annoying since it's not explicitly called or defined.
* Return an optional for an errorChris Robinson2020-12-251-1/+2
|
* Avoid dynamic vectors in AmbDecConfChris Robinson2020-12-251-4/+7
| | | | Also add a bit more sanity checking
* Move the ambdec loader to coreChris Robinson2020-12-251-0/+48