Function ffmpeg::ffi::av_frame_side_data_add
source ยท pub unsafe extern "C" fn av_frame_side_data_add(
sd: *mut *mut *mut AVFrameSideData,
nb_sd: *mut c_int,
type_: c_uint,
buf: *mut *mut AVBufferRef,
flags: c_uint,
) -> *mut AVFrameSideData