new functions for seektable templates, point sorting

This commit is contained in:
Josh Coalson
2002-08-01 06:37:11 +00:00
parent af34090fc8
commit 5a5de738a8
4 changed files with 247 additions and 17 deletions

View File

@@ -626,6 +626,9 @@ FLAC__bool FLAC__format_sample_rate_is_valid(unsigned sample_rate);
*/
FLAC__bool FLAC__format_seektable_is_legal(const FLAC__StreamMetadata_SeekTable *object);
/* @@@@ document */
unsigned FLAC__format_seektable_sort(FLAC__StreamMetadata_SeekTable *seek_table);
/* \} */
#ifdef __cplusplus