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

ramiro subversion at mplayerhq.hu
Wed Aug 13 22:21:51 CEST 2008


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;



More information about the FFmpeg-soc mailing list