From dbf23d191a808734679bd7d0c8737c082ad24a72 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 15 Jun 2011 10:58:25 +0200 Subject: [PATCH] Reindent after last commit. --- libavcodec/aacenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index 16c59061dc..0de6622389 100644 --- a/libavcodec/aacenc.c +++ b/libavcodec/aacenc.c @@ -509,8 +509,8 @@ static int aac_encode_frame(AVCodecContext *avctx, if (data) { if (!s->psypp) { if (avctx->channels <= 2) { - memcpy(s->samples + 1024 * avctx->channels, data, - 1024 * avctx->channels * sizeof(s->samples[0])); + memcpy(s->samples + 1024 * avctx->channels, data, + 1024 * avctx->channels * sizeof(s->samples[0])); } else { for (i = 0; i < 1024; i++) for (ch = 0; ch < avctx->channels; ch++)