[][src]Function ffmpeg_sys_next::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.