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

Reply via email to