跳到主要内容

av_frame_side_data_remove_by_props

搜索

函数 av_frame_side_data_remove_by_props 

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

Remove and free all side data instances that match any of the given side data properties. (See enum AVSideDataProps)