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

◆ PLM_VIDEO_MACROBLOCK_TYPE_INTRA

const plm_vlc_t fl::third_party::PLM_VIDEO_MACROBLOCK_TYPE_INTRA[]
static
Initial value:
= {
{ 1 << 1, 0}, { 0, 0x01},
{ -1, 0}, { 0, 0x11},
}

Definition at line 1744 of file pl_mpeg.hpp.

1744 {
1745 { 1 << 1, 0}, { 0, 0x01}, // 0: x
1746 { -1, 0}, { 0, 0x11}, // 1: 0x
1747};