[FFmpeg-soc] [soc]: r3422 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Mon Aug 18 01:28:51 CEST 2008
Author: ramiro
Date: Mon Aug 18 01:28:51 2008
New Revision: 3422
Log:
FIR has been implemented. Update comment to mean IIR.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c (original)
+++ mlp/mlpenc.c Mon Aug 18 01:28:51 2008
@@ -626,7 +626,7 @@ static void input_data(MLPEncodeContext
/** Determines the best filter parameters for the given data and writes the
* necessary information to the context.
- * TODO Add actual filter predictors!
+ * TODO Add IIR filter predictor!
*/
static void set_filter_params(MLPEncodeContext *ctx,
unsigned int channel, unsigned int filter,
More information about the FFmpeg-soc
mailing list