Function avcodec_dct_alloc
pub unsafe extern "C" fn avcodec_dct_alloc() -> *mut AVDCT
Expand description
Allocates a AVDCT context. This needs to be initialized with avcodec_dct_init() after optionally configuring it with AVOptions.
To free it use av_free()