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

◆ plm_buffer_align()

void fl::third_party::plm_buffer_align ( plm_buffer_t * self)

Definition at line 1040 of file pl_mpeg.hpp.

1040 {
1041 self->bit_index = ((self->bit_index + 7) >> 3) << 3; // Align to next byte
1042}

References FL_NOEXCEPT.

Referenced by plm_audio_decode_frame(), plm_buffer_next_start_code(), and plm_buffer_skip_bytes().

+ Here is the caller graph for this function: