restrict subset to max blocksize of 16384 and max residual partition order of 8

This commit is contained in:
Josh Coalson
2002-08-30 05:47:14 +00:00
parent 5b90722153
commit 20ac2c1cac
3 changed files with 55 additions and 10 deletions

View File

@@ -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. */