comparison dca.c @ 10468:fedf07e14bee libavcodec

Remove unused variable j.
author michael
date Wed, 28 Oct 2009 14:40:05 +0000
parents 212a837ebd27
children 34a65026fa06
comparison
equal deleted inserted replaced
10467:212a837ebd27 10468:fedf07e14bee
750 static void qmf_32_subbands(DCAContext * s, int chans, 750 static void qmf_32_subbands(DCAContext * s, int chans,
751 float samples_in[32][8], float *samples_out, 751 float samples_in[32][8], float *samples_out,
752 float scale, float bias) 752 float scale, float bias)
753 { 753 {
754 const float *prCoeff; 754 const float *prCoeff;
755 int i, j; 755 int i;
756 756
757 int subindex; 757 int subindex;
758 758
759 scale *= sqrt(1/8.0); 759 scale *= sqrt(1/8.0);
760 760