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

◆ createDecoder() [1/2]

IDecoderPtr fl::Mpeg1::createDecoder ( const Mpeg1Config & config,
fl::string * error_message = nullptr )
static

Definition at line 8 of file mpeg1.cpp.hpp.

8 {
9 FL_UNUSED(error_message);
10 // MPEG1 is currently supported via software decoder on all platforms
12}
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414
#define FL_UNUSED(x)

References FL_UNUSED, and fl::make_shared().

Referenced by createDecoder(), fl::FileSystem::openMpeg1Video(), and CodecProcessor::processMpeg1().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: