[FFmpeg-soc] [soc]: r2604 - mlp/mlpdec.c
ramiro
subversion at mplayerhq.hu
Tue Jul 1 01:07:33 CEST 2008
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;
}
More information about the FFmpeg-soc
mailing list