Function rsmpeg::ffi::avio_context_free[][src]

pub unsafe extern "C" fn avio_context_free(s: *mut *mut AVIOContext)
Expand description

Free the supplied IO context and everything associated with it.

@param s Double pointer to the IO context. This function will write NULL into s.