[][src]Function ffmpeg_sys_next::av_packet_free

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

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.