[][src]Function ffmpeg_sys_next::av_basename

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

Thread safe basename. @param path the path, on DOS both \ and / are considered separators. @return pointer to the basename substring.