add option for escape coding
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 12 Jul 2001 21:22:17 +0000 (21:22 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 12 Jul 2001 21:22:17 +0000 (21:22 +0000)
src/libFLAC/include/protected/stream_encoder.h

index 951156f..970160e 100644 (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;