[][src]Function ffmpeg_dev::sys::ff_packet_list_free

pub unsafe extern "C" fn ff_packet_list_free(
    head: *mut *mut AVPacketList,
    tail: *mut *mut AVPacketList
)

Wipe the list and unref all the packets in it.

@param head List head element @param tail List tail element