[][src]Function stainless_ffmpeg_sys::av_dirname

pub unsafe extern "C" fn av_dirname(path: *mut c_char) -> *const c_char

Thread safe dirname. @param path the path, on DOS both \ and / are considered separators. @return the path with the separator replaced by the string terminator or ".". @note the function may change the input string.