From d55c01894f5fb415ca3efd81ed42768fbd43e55a Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 12 Jul 2001 21:22:17 +0000 Subject: [PATCH] add option for escape coding --- src/libFLAC/include/protected/stream_encoder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libFLAC/include/protected/stream_encoder.h b/src/libFLAC/include/protected/stream_encoder.h index 951156f0..970160ea 100644 --- a/src/libFLAC/include/protected/stream_encoder.h +++ b/src/libFLAC/include/protected/stream_encoder.h @@ -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;