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

ramiro subversion at mplayerhq.hu
Sun Aug 31 22:19:13 CEST 2008


Author: ramiro
Date: Sun Aug 31 22:19:13 2008
New Revision: 3690

Log:
Compare channel parameters against chosen values.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	(original)
+++ mlp/mlpenc.c	Sun Aug 31 22:19:13 2008
@@ -2031,7 +2031,7 @@ static void set_major_params(MLPEncodeCo
 
         for (index = 0; index < MAJOR_HEADER_INTERVAL + 1; index++) {
                 ctx->cur_decoding_params = &ctx->decoding_params[ctx->restart_intervals-1][MAJOR_HEADER_INTERVAL-1][index][substr];
-                ctx->cur_channel_params = ctx->channel_params[ctx->restart_intervals-1][MAJOR_HEADER_INTERVAL-1][index];
+                ctx->cur_channel_params = ctx->major_channel_params[index];
 
                 ctx->major_params_changed[index][substr] = compare_decoding_params(ctx);
 



More information about the FFmpeg-soc mailing list