Function av_packet_unref
pub unsafe extern "C" fn av_packet_unref(pkt: *mut AVPacket)
Expand description
Wipe the packet.
Unreference the buffer referenced by the packet and reset the remaining packet fields to their default values.
@param pkt The packet to be unreferenced.