From 626444f6b05b6ac5bf342812c45be2f3f15304b0 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 24 Jan 2001 00:46:20 +0000 Subject: [PATCH] add force mid-side stereo option --- include/FLAC/encoder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/FLAC/encoder.h b/include/FLAC/encoder.h index ba21502..cad14a7 100644 --- a/include/FLAC/encoder.h +++ b/include/FLAC/encoder.h @@ -56,6 +56,7 @@ typedef struct { FLAC__EncoderState state; /* must be FLAC__ENCODER_UNINITIALIZED when passed to FLAC__encoder_init() */ bool streamable_subset; bool do_mid_side_stereo; /* 0 or 1; 1 only if channels==2 */ + bool force_mid_side_stereo; /* 0 or 1; 1 only if channels==2 and do_mid_side_stereo==true */ unsigned channels; /* must be <= FLAC__MAX_CHANNELS */ unsigned bits_per_sample; /* do not give the encoder wider data than what you specify here or bad things will happen! */ unsigned sample_rate; -- 2.7.4