libswr/rematrix: remove unused variable.

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Nicolas George 2011-09-25 13:35:03 +02:00 committed by Michael Niedermayer
parent 80287854c2
commit a34869ed7d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ static int sane_layout(int64_t layout){
}
int swr_rematrix_init(SwrContext *s){
int i, j, in_i, out_i;
int i, j, out_i;
double matrix[64][64]={{0}};
int64_t unaccounted= s->in_ch_layout & ~s->out_ch_layout;
double maxcoef=0;