Function rsmpeg::ffi::av_frame_get_side_data[][src]

pub unsafe extern "C" fn av_frame_get_side_data(
    frame: *const AVFrame,
    type_: u32
) -> *mut AVFrameSideData
Expand description

@return a pointer to the side data of a given type on success, NULL if there is no side data with such type in this frame.