mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
restrict subset to max blocksize of 16384 and max residual partition order of 8
This commit is contained in:
@@ -205,6 +205,9 @@ typedef enum {
|
||||
FLAC__STREAM_ENCODER_INVALID_BLOCK_SIZE,
|
||||
/**< The encoder has an invalid setting for the block size. */
|
||||
|
||||
FLAC__STREAM_ENCODER_INVALID_MAX_LPC_ORDER,
|
||||
/**< The encoder has an invalid setting for the maximum LPC order. */
|
||||
|
||||
FLAC__STREAM_ENCODER_INVALID_QLP_COEFF_PRECISION,
|
||||
/**< The encoder has an invalid setting for the precision of the quantized linear predictor coefficients. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user