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

◆ plm_video_get_height()

int fl::third_party::plm_video_get_height ( plm_video_t * self)

Definition at line 2166 of file pl_mpeg.hpp.

2166 {
2167 return plm_video_has_header(self)
2168 ? self->height
2169 : 0;
2170}
int plm_video_has_header(plm_video_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:2263

References FL_NOEXCEPT, and plm_video_has_header().

Referenced by plm_get_height().

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