Function av_packet_side_data_remove
pub unsafe extern "C" fn av_packet_side_data_remove(
sd: *mut AVPacketSideData,
nb_sd: *mut i32,
type_: u32,
)
Expand description
Remove side data of the given type from a side data array.
@param sd the array from which the side data should be removed @param nb_sd pointer to an integer containing the number of entries in the array. Will be reduced by the amount of entries removed upon return @param type side information type