[FFmpeg-cvslog] Reindent after last commit.
Carl Eugen Hoyos
git at videolan.org
Wed Jun 15 11:21:09 CEST 2011
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Jun 15 10:58:25 2011 +0200| [dbf23d191a808734679bd7d0c8737c082ad24a72] | committer: Carl Eugen Hoyos
Reindent after last commit.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dbf23d191a808734679bd7d0c8737c082ad24a72
---
libavcodec/aacenc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c
index 16c5906..0de6622 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++)
More information about the ffmpeg-cvslog
mailing list