Function swr_is_initialized
pub unsafe extern "C" fn swr_is_initialized(s: *mut SwrContext) -> i32
Expand description
Check whether an swr context has been initialized or not.
@param[in] s Swr context to check @see swr_init() @return positive if it has been initialized, 0 if not initialized