Function av_packet_free
pub unsafe extern "C" fn av_packet_free(pkt: *mut *mut AVPacket)
Expand description
Free the packet, if the packet is reference counted, it will be unreferenced first.
@param pkt packet to be freed. The pointer will be set to NULL. @note passing NULL is a no-op.