Commit a34869ed authored by Nicolas George's avatar Nicolas George Committed by Michael Niedermayer

libswr/rematrix: remove unused variable.

Signed-off-by: 's avatarNicolas George <nicolas.george@normalesup.org>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 80287854
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment