Function rsmpeg::ffi::av_stream_new_side_data[][src]

pub unsafe extern "C" fn av_stream_new_side_data(
    stream: *mut AVStream,
    type_: u32,
    size: i32
) -> *mut u8
Expand description

Allocate new information from stream.

@param stream stream @param type desired side information type @param size side information size @return pointer to fresh allocated data or NULL otherwise