[][src]Function ffmpeg_dev::sys::avpriv_alloc_fixed_dsp

pub unsafe extern "C" fn avpriv_alloc_fixed_dsp(
    strict: c_int
) -> *mut AVFixedDSPContext

Allocate and initialize a fixed DSP context. note: should be freed with a av_free call when no longer needed.

@param strict setting to non-zero avoids using functions which may not be IEEE-754 compliant