pub unsafe extern "C" fn av_grow_packet(
    pkt: *mut AVPacket,
    grow_by: c_int
) -> c_int
Expand description

Increase packet size, correctly zeroing padding

@param pkt packet @param grow_by number of bytes by which to increase the size of the packet