FastLED 3.9.15
Loading...
Searching...
No Matches

◆ SoftwareGifDecoder()

fl::third_party::SoftwareGifDecoder::SoftwareGifDecoder ( fl::PixelFormat format = fl::PixelFormat::RGB888)
explicit

Definition at line 21 of file software_decoder.cpp.hpp.

22 : gif_(nullptr)
23 , stream_(nullptr)
24 , currentFrame_(nullptr)
25 , ready_(false)
26 , hasError_(false)
27 , dataComplete_(false)
29 , endOfStream_(false) {
30 (void)format; // Unused - libnsgif always outputs RGBA8888
31}
fl::shared_ptr< fl::Frame > currentFrame_
fl::string format(const char *fmt)
Format with no arguments.
Definition format.h:439

References currentFrame_, currentFrameIndex_, dataComplete_, endOfStream_, FL_NOEXCEPT, fl::format(), gif_, hasError_, ready_, and stream_.

+ Here is the call graph for this function: