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

◆ plm_video_get_width()

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

Definition at line 2160 of file pl_mpeg.hpp.

2160 {
2161 return plm_video_has_header(self)
2162 ? self->width
2163 : 0;
2164}
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_width().

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