pub unsafe extern "C" fn sws_alloc_context() -> *mut SwsContext
Expand description

Allocate an empty SwsContext. This must be filled and passed to sws_init_context(). For filling see AVOptions, options.c and sws_setColorspaceDetails().