summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-11-10 05:15:02 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-11-10 05:15:02 +0000
commite3f00bc592e25f45f76e3bc0cb888f2d8a5e573e (patch)
tree6c28d85d18f56a1b9ed262f9ccdfffb965ae61a3 /include
parent49f2f1699c51028d9bb5ce1d5628ce9f8b954194 (diff)
downloadflac-e3f00bc592e25f45f76e3bc0cb888f2d8a5e573e.tar.gz
minor comments
Diffstat (limited to 'include')
-rw-r--r--include/FLAC/stream_encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FLAC/stream_encoder.h b/include/FLAC/stream_encoder.h
index e69540b3..f3c88843 100644
--- a/include/FLAC/stream_encoder.h
+++ b/include/FLAC/stream_encoder.h
@@ -903,6 +903,7 @@ FLAC_API FLAC__bool FLAC__stream_encoder_set_do_mid_side_stereo(FLAC__StreamEnco
*/
FLAC_API FLAC__bool FLAC__stream_encoder_set_loose_mid_side_stereo(FLAC__StreamEncoder *encoder, FLAC__bool value);
+/* @@@@add to unit tests*/
/** Sets the apodization function(s) the encoder will use when windowing
* audio data for LPC analysis.
*
@@ -946,7 +947,6 @@ FLAC_API FLAC__bool FLAC__stream_encoder_set_loose_mid_side_stereo(FLAC__StreamE
* \retval FLAC__bool
* \c false if the encoder is already initialized, else \c true.
*/
-/* @@@@add to unit tests*/
FLAC_API FLAC__bool FLAC__stream_encoder_set_apodization(FLAC__StreamEncoder *encoder, const char *specification);
/** Set the maximum LPC order, or \c 0 to use only the fixed predictors.