summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-06-21 04:14:20 +0000
committerAlex Converse <alex.converse@gmail.com>2010-06-21 04:14:20 +0000
commit19ed4b8647982cbe45ab1f8e6e9ab4e052e3f74b (patch)
tree427161a588df90b73b56221200f0db79e608271f /libavcodec/aacdec.c
parentd4e355d5c9cdfd9a7a17c20a7a748cefbcafce70 (diff)
aacdec: cosmetics: (more) whitespace
Originally committed as revision 23676 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aacdec.c')
-rw-r--r--libavcodec/aacdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index 500c66996b..945ed395fe 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -2098,7 +2098,7 @@ static int aac_decode_frame(AVCodecContext *avctx, void *data,
*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;