Commit dbf23d19 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Reindent after last commit.

parent b3452771
...@@ -509,8 +509,8 @@ static int aac_encode_frame(AVCodecContext *avctx, ...@@ -509,8 +509,8 @@ static int aac_encode_frame(AVCodecContext *avctx,
if (data) { if (data) {
if (!s->psypp) { if (!s->psypp) {
if (avctx->channels <= 2) { if (avctx->channels <= 2) {
memcpy(s->samples + 1024 * avctx->channels, data, memcpy(s->samples + 1024 * avctx->channels, data,
1024 * avctx->channels * sizeof(s->samples[0])); 1024 * avctx->channels * sizeof(s->samples[0]));
} else { } else {
for (i = 0; i < 1024; i++) for (i = 0; i < 1024; i++)
for (ch = 0; ch < avctx->channels; ch++) for (ch = 0; ch < avctx->channels; ch++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment