|
FastLED 3.9.15
|
| lzw_result fl::third_party::lzw_context_create | ( | struct lzw_ctx ** | ctx | ) |
Create an LZW decompression context.
| [out] | ctx | Returns an LZW decompression context. Caller owned, free with lzw_context_destroy(). |
Definition at line 104 of file lzw.cpp.hpp.
References FL_NOEXCEPT, LZW_NO_MEM, LZW_OK, and fl::Malloc().
Referenced by nsgif_data_scan().
Here is the call graph for this function:
Here is the caller graph for this function: