[FFmpeg-cvslog] avcodec/tests/fft: Fix indention of dct_init()

Michael Niedermayer git at videolan.org
Mon Jan 2 00:06:21 EET 2017


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Jan  1 22:28:28 2017 +0100| [68cdeb06deea8af38b41bbb52ac494199c07127a] | committer: Michael Niedermayer

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

Fixes CID1396253

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68cdeb06deea8af38b41bbb52ac494199c07127a
---

 libavcodec/tests/fft.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/tests/fft.c b/libavcodec/tests/fft.c
index 4536091..83f2ff2 100644
--- a/libavcodec/tests/fft.c
+++ b/libavcodec/tests/fft.c
@@ -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 */



More information about the ffmpeg-cvslog mailing list