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,
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to