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

◆ PLM_START_IS_SLICE

#define PLM_START_IS_SLICE ( c)
Value:
(c >= PLM_START_SLICE_FIRST && c <= PLM_START_SLICE_LAST)

Definition at line 1641 of file pl_mpeg.hpp.

1641#define PLM_START_IS_SLICE(c) \
1642 (c >= PLM_START_SLICE_FIRST && c <= PLM_START_SLICE_LAST)

Referenced by fl::third_party::plm_video_decode_picture().