Constant rsmpeg::ffi::AVColorRange_AVCOL_RANGE_MPEG[][src]

pub const AVColorRange_AVCOL_RANGE_MPEG: u32 = 1; // 0x0000_0001u32
Expand description

Narrow or limited range content.

  • For luminance planes:

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

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

  • For chrominance planes:

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

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