mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
change default blocksize from 4608 to 4096 for LPC mode
This commit is contained in:
@@ -674,7 +674,7 @@ static FLAC__StreamEncoderInitStatus init_stream_internal_(
|
||||
if(encoder->protected_->max_lpc_order == 0)
|
||||
encoder->protected_->blocksize = 1152;
|
||||
else
|
||||
encoder->protected_->blocksize = 4608;
|
||||
encoder->protected_->blocksize = 4096;
|
||||
}
|
||||
|
||||
if(encoder->protected_->blocksize < FLAC__MIN_BLOCK_SIZE || encoder->protected_->blocksize > FLAC__MAX_BLOCK_SIZE)
|
||||
|
||||
Reference in New Issue
Block a user