Author: ramiro
Date: Wed Aug 13 22:21:51 2008
New Revision: 3235

Log:
Add comment explaining conditional zeroeing of filter.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c        (original)
+++ mlp/mlpenc.c        Wed Aug 13 22:21:51 2008
@@ -476,6 +476,7 @@ static void set_filter_params(MLPEncodeC
 {
     FilterParams *fp = &ctx->channel_params[channel].filter_params[filter];
 
+    /* Restart frames must not depend on filter state from previous frames. */
     if (write_headers) {
         fp->order    =  0;
         return;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to