跳到主要内容

av_stereo3d_create_side_data

搜索

函数 av_stereo3d_create_side_data 

源代码
pub unsafe extern "C" fn av_stereo3d_create_side_data(
    frame: *mut AVFrame,
) -> *mut AVStereo3D
展开描述

Allocate a complete AVFrameSideData and add it to the frame.

@param frame The frame which side data is added to.

@return The AVStereo3D structure to be filled by caller.