Deleting an Attribute From the SDP Media Structure
int sdp_delete_attribute(sdp_attr_t **l_attr, sdp_attr_t *attr);
The sdp_delete_attribute()
function deletes the attribute
specified by the attr parameter from the media list.
This function finds the specified attribute by calling either the sdp_find_media_rtpmap()
function or the sdp_find_attribute()
function.
This function frees the memory that is allocated to the attribute structure
after deleting the attribute.
For more information, see the
sdp_delete_attribute(3COMMPUTIL) man page.