From ac4c1583a038a4f44c656aab9ae31f3e154aa12f Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 28 Mar 2001 23:10:22 +0000 Subject: [PATCH] comment fix --- src/libFLAC/encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libFLAC/encoder.c b/src/libFLAC/encoder.c index e81520b9..d14ae8d0 100644 --- a/src/libFLAC/encoder.c +++ b/src/libFLAC/encoder.c @@ -46,7 +46,7 @@ typedef struct FLAC__EncoderPrivate { real *real_signal[FLAC__MAX_CHANNELS]; /* the floating-point version of the input signal */ real *real_signal_mid_side[2]; /* the floating-point version of the mid-side input signal (stereo only) */ unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */ - unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits -/+ 1) */ + unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */ int32 *residual_workspace[FLAC__MAX_CHANNELS][2]; /* each channel has a candidate and best workspace where the subframe residual signals will be stored */ int32 *residual_workspace_mid_side[2][2]; FLAC__Subframe subframe_workspace[FLAC__MAX_CHANNELS][2];