add internal FLAC__stream_encoder_set/get_do_md5()

This commit is contained in:
Josh Coalson
2007-06-14 05:19:46 +00:00
parent c283f612d2
commit 00da5ae8ec
2 changed files with 26 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ typedef struct FLAC__StreamEncoderProtected {
FLAC__StreamEncoderState state;
FLAC__bool verify;
FLAC__bool streamable_subset;
FLAC__bool do_md5;
FLAC__bool do_mid_side_stereo;
FLAC__bool loose_mid_side_stereo;
unsigned channels;