Function ffmpeg_sys_next::av_basename[][src]

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

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