changeset 11905:062aab998a98 libavcodec

aacdec: cosmetics: (more) whitespace
author alexc
date Mon, 21 Jun 2010 04:14:20 +0000
parents 09a48810ded6
children a1b4029b2465
files aacdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aacdec.c	Mon Jun 21 04:10:18 2010 +0000
+++ b/aacdec.c	Mon Jun 21 04:14:20 2010 +0000
@@ -2098,7 +2098,7 @@
     *data_size = data_size_tmp;
 
     if (samples)
-    ac->dsp.float_to_int16_interleave(data, (const float **)ac->output_data, samples, avctx->channels);
+        ac->dsp.float_to_int16_interleave(data, (const float **)ac->output_data, samples, avctx->channels);
 
     if (ac->output_configured)
         ac->output_configured = OC_LOCKED;