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

◆ PLM_VIDEO_PIXEL_ASPECT_RATIO

const float fl::third_party::PLM_VIDEO_PIXEL_ASPECT_RATIO[]
static
Initial value:
= {
1.0000,
0.6735,
0.7031,
0.7615, 0.8055, 0.8437, 0.8935, 0.9157, 0.9815,
1.0255, 1.0695, 1.0950, 1.1575, 1.2051,
}

Definition at line 1644 of file pl_mpeg.hpp.

1644 {
1645 1.0000, /* square pixels */
1646 0.6735, /* 3:4? */
1647 0.7031, /* MPEG-1 / MPEG-2 video encoding divergence? */
1648 0.7615, 0.8055, 0.8437, 0.8935, 0.9157, 0.9815,
1649 1.0255, 1.0695, 1.0950, 1.1575, 1.2051,
1650};

Referenced by plm_video_decode_sequence_header().