git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03d5d9b
)
Cosmetics: whitespace
author
Alex Converse
<alex.converse@gmail.com>
Wed, 7 Jul 2010 21:50:50 +0000
(21:50 +0000)
committer
Alex Converse
<alex.converse@gmail.com>
Wed, 7 Jul 2010 21:50:50 +0000
(21:50 +0000)
Originally committed as revision 24100 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aacenc.c
patch
|
blob
|
history
diff --git
a/libavcodec/aacenc.c
b/libavcodec/aacenc.c
index
7015895
..
f122fe1
100644
(file)
--- a/
libavcodec/aacenc.c
+++ b/
libavcodec/aacenc.c
@@
-529,7
+529,8
@@
static int aac_encode_frame(AVCodecContext *avctx,
wi[j].num_windows = 1;
wi[j].grouping[0] = 1;
} else {
- wi[j] = ff_psy_suggest_window(&s->psy, samples2, la, start_ch + j, ics->window_sequence[0]);
+ wi[j] = ff_psy_suggest_window(&s->psy, samples2, la, start_ch + j,
+ ics->window_sequence[0]);
}
ics->window_sequence[1] = ics->window_sequence[0];
ics->window_sequence[0] = wi[j].window_type[0];