Function ff_packet_list_free

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

Wipe the list and unref all the packets in it.

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