pub unsafe extern "C" fn avpriv_float_dsp_alloc(
strict: c_int,
) -> *mut AVFloatDSPContext
Expand description
Allocate a float DSP context.
@param strict setting to non-zero avoids using functions which may not be IEEE-754 compliant
pub unsafe extern "C" fn avpriv_float_dsp_alloc(
strict: c_int,
) -> *mut AVFloatDSPContext
Allocate a float DSP context.
@param strict setting to non-zero avoids using functions which may not be IEEE-754 compliant