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

◆ plm_destroy()

void fl::third_party::plm_destroy ( plm_t * self)

Definition at line 296 of file pl_mpeg.hpp.

296 {
297 if (self->video_decoder) {
299 }
300 if (self->audio_decoder) {
302 }
303
305 PLM_FREE(self);
306}
void plm_audio_destroy(plm_audio_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:3253
void plm_video_destroy(plm_video_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:2136
void plm_demux_destroy(plm_demux_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:1174
plm_video_t * video_decoder
Definition pl_mpeg.hpp:205
plm_demux_t * demux
Definition pl_mpeg.hpp:196
plm_audio_t * audio_decoder
Definition pl_mpeg.hpp:212
#define PLM_FREE(p)
Definition pl_mpeg.hpp:180

References FL_NOEXCEPT, plm_audio_destroy(), plm_demux_destroy(), PLM_FREE, and plm_video_destroy().

Referenced by fl::third_party::SoftwareMpeg1Decoder::cleanupDecoder().

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