Reindent after last commit.

This commit is contained in:
Carl Eugen Hoyos 2011-06-15 10:58:25 +02:00
parent b3452771c4
commit dbf23d191a
1 changed files with 2 additions and 2 deletions

View File

@ -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++)