add option for escape coding

This commit is contained in:
Josh Coalson
2001-07-12 21:22:17 +00:00
parent 6cd62dad19
commit d55c01894f

View File

@@ -35,6 +35,7 @@ typedef struct FLAC__StreamEncoderProtected {
unsigned qlp_coeff_precision;
FLAC__bool do_qlp_coeff_prec_search;
FLAC__bool do_exhaustive_model_search;
FLAC__bool do_escape_coding;
unsigned min_residual_partition_order;
unsigned max_residual_partition_order;
unsigned rice_parameter_search_dist;