Reindent after r22618.
Originally committed as revision 22619 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8305c76b53
commit
b531e1ab59
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user