Commit b531e1ab authored by Vitor Sessak's avatar Vitor Sessak

Reindent after r22618.

Originally committed as revision 22619 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8305c76b
......@@ -75,6 +75,7 @@ static void ff_dct_calc_II_c(DCTContext *ctx, FFTSample *data)
int n = 1 << ctx->nbits;
int i;
float next;
for (i=0; i < n/2; i++) {
float tmp1 = data[i ];
float tmp2 = data[n - i - 1];
......
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