Commit 68cdeb06 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/tests/fft: Fix indention of dct_init()

Fixes CID1396253
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 375a22a4
......@@ -490,7 +490,7 @@ int main(int argc, char **argv)
av_log(NULL, AV_LOG_INFO, "DCT_III");
else
av_log(NULL, AV_LOG_INFO, "DCT_II");
dct_init(&d, fft_nbits, do_inverse ? DCT_III : DCT_II);
dct_init(&d, fft_nbits, do_inverse ? DCT_III : DCT_II);
break;
# endif /* CONFIG_DCT */
#endif /* FFT_FLOAT */
......
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