Function rsmpeg::ffi::av_packet_shrink_side_data[][src]

pub unsafe extern "C" fn av_packet_shrink_side_data(
    pkt: *mut AVPacket,
    type_: u32,
    size: i32
) -> i32
Expand description

Shrink the already allocated side data buffer

@param pkt packet @param type side information type @param size new side information size @return 0 on success, < 0 on failure