Function avpriv_alloc_fixed_dsp

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

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