跳到主要内容

av_stereo3d_alloc

搜索

函数 av_stereo3d_alloc 

源代码
pub unsafe extern "C" fn av_stereo3d_alloc() -> *mut AVStereo3D
展开描述

Allocate an AVStereo3D structure and set its fields to default values. The resulting struct can be freed using av_freep().

@return An AVStereo3D filled with default values or NULL on failure.