[][src]Function ffmpeg_sys_next::sws_alloc_context

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

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