Function av_packet_side_data_get

pub unsafe extern "C" fn av_packet_side_data_get(
    sd: *const AVPacketSideData,
    nb_sd: i32,
    type_: u32,
) -> *const AVPacketSideData
Expand description

Get side information from a side data array.

@param sd the array from which the side data should be fetched @param nb_sd value containing the number of entries in the array. @param type desired side information type

@return pointer to side data if present or NULL otherwise