Function ffmpeg_sys_the_third::av_packet_new_side_data

source ·
pub unsafe extern "C" fn av_packet_new_side_data(
    pkt: *mut AVPacket,
    type_: AVPacketSideDataType,
    size: c_int
) -> *mut u8
Expand description

Allocate new information of a packet.

@param pkt packet @param type side information type @param size side information size @return pointer to fresh allocated data or NULL otherwise