src/flac.c : Add 88200 to the list of supported sample rates.

This commit is contained in:
Erik de Castro Lopo 2009-09-19 07:58:20 +10:00
parent 1d37e38cae
commit 7b91101aa1
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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