diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-06-21 04:14:20 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-06-21 04:14:20 +0000 |
commit | 19ed4b8647982cbe45ab1f8e6e9ab4e052e3f74b (patch) | |
tree | 427161a588df90b73b56221200f0db79e608271f /libavcodec | |
parent | d4e355d5c9cdfd9a7a17c20a7a748cefbcafce70 (diff) | |
download | ffmpeg-19ed4b8647982cbe45ab1f8e6e9ab4e052e3f74b.tar.gz |
aacdec: cosmetics: (more) whitespace
Originally committed as revision 23676 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/aacdec.c | 2 |
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; |