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