Function av_packet_side_data_free

pub unsafe extern "C" fn av_packet_side_data_free(
    sd: *mut *mut AVPacketSideData,
    nb_sd: *mut i32,
)
Expand description

Convenience function to free all the side data stored in an array, and the array itself.

@param sd pointer to array of side data to free. Will be set to NULL upon return. @param nb_sd pointer to an integer containing the number of entries in the array. Will be set to 0 upon return.