Browse Source

libswr/rematrix: remove unused variable.

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Nicolas George Michael Niedermayer 14 years ago
parent
commit
a34869ed7d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswresample/rematrix.c

+ 1
- 1
libswresample/rematrix.c 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;


Loading…
Cancel
Save