Function av_stereo3d_alloc
pub unsafe extern "C" fn av_stereo3d_alloc() -> *mut AVStereo3D
Expand description
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.