From 19ed4b8647982cbe45ab1f8e6e9ab4e052e3f74b Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 21 Jun 2010 04:14:20 +0000 Subject: aacdec: cosmetics: (more) whitespace Originally committed as revision 23676 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aacdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aacdec.c') 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; -- cgit v1.2.3