跳到主要内容

av_grow_packet

搜索

函数 av_grow_packet 

源代码
pub unsafe extern "C" fn av_grow_packet(
    pkt: *mut AVPacket,
    grow_by: c_int,
) -> c_int
展开描述

Increase packet size, correctly zeroing padding

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