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

◆ plm_video_get_pixel_aspect_ratio()

double fl::third_party::plm_video_get_pixel_aspect_ratio ( plm_video_t * self)

Definition at line 2154 of file pl_mpeg.hpp.

2154 {
2155 return plm_video_has_header(self)
2156 ? self->pixel_aspect_ratio
2157 : 0;
2158}
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_pixel_aspect_ratio().

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