[][src]Function ffmpeg_dev::sys::av_frame_get_side_data

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

@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.