Function av_stream_new_side_data

Source
pub unsafe extern "C" fn av_stream_new_side_data(
    stream: *mut AVStream,
    type_: AVPacketSideDataType,
    size: c_int,
) -> *mut u8