Function ffmpeg_sys_next::av_dirname[][src]

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

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.