[FFmpeg-soc] [soc]: r3231 - mlp/mlpenc.c

ramiro subversion at mplayerhq.hu
Wed Aug 13 22:10:11 CEST 2008


Author: ramiro
Date: Wed Aug 13 22:10:10 2008
New Revision: 3231

Log:
Add a TODO just to remember what that bit is for...

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	(original)
+++ mlp/mlpenc.c	Wed Aug 13 22:10:10 2008
@@ -326,6 +326,7 @@ static void write_filter_params(MLPEncod
             put_sbits(pb, coeff_bits, fp->coeff[i] >> coeff_shift);
         }
 
+        /* TODO state data for IIR filter. */
         put_bits(pb, 1, 0);
     }
 }



More information about the FFmpeg-soc mailing list