From be2f57cea7adb1250a93e0f4edca44d5140dd7c7 Mon Sep 17 00:00:00 2001 From: Martijn van Beurden Date: Fri, 31 Jan 2025 15:43:26 +0100 Subject: [PATCH] Fix typo and add one more function --- include/FLAC/all.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/FLAC/all.h b/include/FLAC/all.h index 74d6ed0e4e..cc674a79b2 100644 --- a/include/FLAC/all.h +++ b/include/FLAC/all.h @@ -469,10 +469,11 @@ * FLAC__stream_decoder_get_decode_chained_stream, * FLAC__stream_decoder_finish_link, * FLAC__stream_decoder_skip_single_link, - * FLAC__stream_decoder_process_until_end_of_link have been added + * FLAC__stream_decoder_process_until_end_of_link and + * FLAC__stream_decoder_get_link_lengths have been added * to support decoding of chained streams * - the function FLAC__metadata_chain_write_new_file has been added, - * which is useful to combine copying of a file with chaining its + * which is useful to combine copying of a file with changing its * metadata * - the function FLAC__stream_decoder_find_total_samples was added, * which seeks to the end of a file to find the total number of