mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
src/flac.c : Add 88200 to the list of supported sample rates.
This commit is contained in:
parent
1d37e38cae
commit
7b91101aa1
@ -3,6 +3,9 @@
|
||||
* src/sndfile.c
|
||||
Fix error message string.
|
||||
|
||||
* src/flac.c
|
||||
Add 88200 to the list of supported sample rates.
|
||||
|
||||
2009-09-16 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* src/caf.c
|
||||
|
@ -121,7 +121,7 @@ static FLAC__StreamEncoderTellStatus sf_flac_enc_tell_callback (const FLAC__Stre
|
||||
static FLAC__StreamEncoderWriteStatus sf_flac_enc_write_callback (const FLAC__StreamEncoder *encoder, const FLAC__byte buffer [], size_t bytes, unsigned samples, unsigned current_frame, void *client_data) ;
|
||||
|
||||
static const int legal_sample_rates [] =
|
||||
{ 8000, 16000, 22050, 24000, 32000, 44100, 48000, 96000
|
||||
{ 8000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000
|
||||
} ;
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user