//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)) }
//Closes the context so that swr_is_initialized() returns 0. func (s *Context) SwrClose() { C.swr_close((*C.struct_SwrContext)(s)) }