[][src]Function ffmpeg_dev::sys::ffurl_closep

pub unsafe extern "C" fn ffurl_closep(h: *mut *mut URLContext) -> c_int

Close the resource accessed by the URLContext h, and free the memory used by it. Also set the URLContext pointer to NULL.

@return a negative value if an error condition occurred, 0 otherwise