Constant AV_PKT_DATA_FRAME_CROPPING

pub const AV_PKT_DATA_FRAME_CROPPING: u32 = 36; // 36u32
Expand description

The number of pixels to discard from the top/bottom/left/right border of the decoded frame to obtain the sub-rectangle intended for presentation.

@code u32le crop_top u32le crop_bottom u32le crop_left u32le crop_right @endcode