Author: ramiro
Date: Tue Jul  1 01:07:32 2008
New Revision: 2604

Log:
There's no more need to clear min max matrix channel on error.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c        (original)
+++ mlp/mlpdec.c        Tue Jul  1 01:07:32 2008
@@ -433,8 +433,6 @@ static int read_restart_header(MLPDecode
     if (m->min_channel[substr] > m->max_channel[substr]) {
         av_log(m->avctx, AV_LOG_ERROR,
                "Substream min channel cannot be greater than max channel.\n");
-        m->min_channel[substr] = m->max_channel[substr]
-            = m->max_matrix_channel[substr] = 0;
         return -1;
     }
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to