Skip to content

Commit

Permalink
Fix typo and add one more function
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmf01 authored Jan 31, 2025
1 parent 1a718b4 commit be2f57c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/FLAC/all.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be2f57c

Please sign in to comment.