跳到主要内容

av_frame_side_data_remove

搜索

函数 av_frame_side_data_remove 

源代码
pub unsafe extern "C" fn av_frame_side_data_remove(
    sd: *mut *mut *mut AVFrameSideData,
    nb_sd: *mut c_int,
    type_: AVFrameSideDataType,
)
展开描述

Remove and free all side data instances of the given type from an array.