//struct SwsContext * sws_alloc_context (void) //Allocate an empty SwsContext. func Sws_alloc_context() *SwsContext { return (*SwsContext)(C.sws_alloc_context()) }
//Allocate an empty Context. func SwsAllocContext() *Context { return (*Context)(C.sws_alloc_context()) }