Function av_display_rotation_set

pub unsafe extern "C" fn av_display_rotation_set(
    matrix: *mut i32,
    angle: f64,
)
Expand description

Initialize a transformation matrix describing a pure clockwise rotation by the specified angle (in degrees).

@param[out] matrix a transformation matrix (will be fully overwritten by this function) @param angle rotation angle in degrees.