[][src]Function flac_sys::FLAC__format_seektable_sort

pub unsafe extern "C" fn FLAC__format_seektable_sort(
    seek_table: *mut FLAC__StreamMetadata_SeekTable
) -> c_uint

Sort a seek table's seek points according to the format specification. This includes a "unique-ification" step to remove duplicates, i.e. seek points with identical \a sample_number values. Duplicate seek points are converted into placeholder points and sorted to the end of the table.

\param seek_table A pointer to a seek table to be sorted. \assert \code seek_table != NULL \endcode \retval unsigned The number of duplicate seek points converted into placeholders.