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

◆ MP3ClearBadFrame()

static void fl::third_party::MP3ClearBadFrame ( MP3DecInfo * mp3DecInfo,
short * outbuf )
static

Definition at line 260 of file mp3dec.hpp.

261{
262 int i;
263
264 if (!mp3DecInfo)
265 return;
266
267 for (i = 0; i < mp3DecInfo->nGrans * mp3DecInfo->nGranSamps * mp3DecInfo->nChans; i++)
268 outbuf[i] = 0;
269}
int nGranSamps
Definition mp3common.h:88

References FL_NOEXCEPT.

Referenced by MP3Decode().

+ Here is the caller graph for this function: