Exemplo n.º 1
0
//struct SwsContext * sws_alloc_context (void)
//Allocate an empty SwsContext.
func Sws_alloc_context() *SwsContext {
	return (*SwsContext)(C.sws_alloc_context())
}
Exemplo n.º 2
0
//Allocate an empty Context.
func SwsAllocContext() *Context {
	return (*Context)(C.sws_alloc_context())
}