Exemplo n.º 1
0
//void swr_close (struct SwrContext *s)
//Closes the context so that swr_is_initialized() returns 0.
func Swr_close(s *SwrContext) {
	C.swr_close((*C.struct_SwrContext)(s))
}
Exemplo n.º 2
0
//Closes the context so that swr_is_initialized() returns 0.
func (s *Context) SwrClose() {
	C.swr_close((*C.struct_SwrContext)(s))
}