Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
626444f6
Commit
626444f6
authored
Jan 24, 2001
by
Josh Coalson
Browse files
add force mid-side stereo option
parent
967b467c
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/FLAC/encoder.h
View file @
626444f6
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment