From: Josh Coalson Date: Thu, 12 Jul 2001 21:22:17 +0000 (+0000) Subject: add option for escape coding X-Git-Tag: 1.2.0~2185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d55c01894f5fb415ca3efd81ed42768fbd43e55a;p=platform%2Fupstream%2Fflac.git add option for escape coding --- diff --git a/src/libFLAC/include/protected/stream_encoder.h b/src/libFLAC/include/protected/stream_encoder.h index 951156f..970160e 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;