[FFmpeg-soc] [soc]: r2601 - mlp/mlpdec.c

ramiro subversion at mplayerhq.hu
Tue Jul 1 00:57:50 CEST 2008


Author: ramiro
Date: Tue Jul  1 00:57:50 2008
New Revision: 2601

Log:
No need to clear matrix_ch in case of error.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c	(original)
+++ mlp/mlpdec.c	Tue Jul  1 00:57:50 2008
@@ -629,7 +629,6 @@ static int read_decoding_params(MLPDecod
                     av_log(m->avctx, AV_LOG_ERROR,
                            "Invalid channel %d specified as output from matrix\n",
                            m->matrix_ch[substr][mat]);
-                    m->matrix_ch[substr][mat] = 0;
                     return -1;
                 }
                 if (frac_bits > 14) {



More information about the FFmpeg-soc mailing list