[][src]Function ffav_sys::av_packet_unref

pub unsafe extern "C" fn av_packet_unref(pkt: *mut AVPacket)

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.