Constant AV_PKT_DATA_DISPLAYMATRIX

pub const AV_PKT_DATA_DISPLAYMATRIX: u32 = 5; // 5u32
Expand description

This side data contains a 3x3 transformation matrix describing an affine transformation that needs to be applied to the decoded video frames for correct presentation.

See libavutil/display.h for a detailed description of the data.