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

Reply via email to