Constant AVCOL_RANGE_MPEG

Source
pub const AVCOL_RANGE_MPEG: u32 = 1; // 1u32
Expand description

Narrow or limited range content.

  • For luma planes:

    (219 * E + 16) * 2^(n-8)

    F.ex. the range of 16-235 for 8 bits

  • For chroma planes:

    (224 * E + 128) * 2^(n-8)

    F.ex. the range of 16-240 for 8 bits