[][src]Function stainless_ffmpeg_sys::av_display_rotation_set

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

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

@param matrix an allocated transformation matrix (will be fully overwritten by this function) @param angle rotation angle in degrees.