Skip to content
Snippets Groups Projects
Commit c152d602 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Use dynamic stack allocation in the SILK encoder.

This makes all remaining large stack allocations use the vararray
 macros.
This continues the work of 6f2d9f50 to allow compiling with
 NONTHREADSAFE_PSEUDOSTACK to move the memory for large buffers
 off the stack for devices where it is very limited.

It also does this for some additional large buffers used by the
 PLC in the decoder.
parent dc58579c
No related branches found
No related tags found
Loading
Showing
with 374 additions and 171 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment