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

◆ plm_demux_get_num_video_streams()

int fl::third_party::plm_demux_get_num_video_streams ( plm_demux_t * self)

Definition at line 1274 of file pl_mpeg.hpp.

1274 {
1275 return plm_demux_has_headers(self)
1276 ? self->num_video_streams
1277 : 0;
1278}
int plm_demux_has_headers(plm_demux_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:1181

References FL_NOEXCEPT, and plm_demux_has_headers().

Referenced by plm_get_num_video_streams(), and plm_init_decoders().

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