pub unsafe extern "C" fn av_rdft_init(
nbits: c_int,
trans: RDFTransformType,
) -> *mut RDFTContextExpand description
Set up a real FFT. @param nbits log2 of the length of the input array @param trans the type of transform
pub unsafe extern "C" fn av_rdft_init(
nbits: c_int,
trans: RDFTransformType,
) -> *mut RDFTContextSet up a real FFT. @param nbits log2 of the length of the input array @param trans the type of transform