Function rsmpeg::ffi::av_grow_packet[][src]

pub unsafe extern "C" fn av_grow_packet(pkt: *mut AVPacket, grow_by: i32) -> i32
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