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

◆ plm_video_destroy()

void fl::third_party::plm_video_destroy ( plm_video_t * self)

Definition at line 2136 of file pl_mpeg.hpp.

2136 {
2137 if (self->destroy_buffer_when_done) {
2139 }
2140
2141 if (self->has_sequence_header) {
2142 PLM_FREE(self->frames_data);
2143 }
2144
2145 PLM_FREE(self);
2146}
void plm_buffer_destroy(plm_buffer_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:855
#define PLM_FREE(p)
Definition pl_mpeg.hpp:180

References FL_NOEXCEPT, plm_buffer_destroy(), and PLM_FREE.

Referenced by plm_destroy().

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