pub unsafe extern "C" fn av_frame_get_side_data(
frame: *const AVFrame,
type_: AVFrameSideDataType,
) -> *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.