projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db69586
)
More indentation
author
Vitor Sessak
<vitor1001@gmail.com>
Tue, 7 Aug 2007 12:53:22 +0000
(12:53 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Tue, 7 Aug 2007 12:53:22 +0000
(12:53 +0000)
Originally committed as revision 9979 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/alac.c
patch
|
blob
|
history
diff --git
a/libavcodec/alac.c
b/libavcodec/alac.c
index c69b07c01052c20ec7b008fc7d813777163638a1..43efa790068ef44df95e486c73ab3eafddecdf2b 100644
(file)
--- a/
libavcodec/alac.c
+++ b/
libavcodec/alac.c
@@
-599,11
+599,11
@@
static int alac_decode_frame(AVCodecContext *avctx,
case 16:
if (channels == 2) {
reconstruct_stereo_16(alac->outputsamples_buffer,
- (int16_t*)outbuffer,
- alac->numchannels,
- outputsamples,
- interlacing_shift,
- interlacing_leftweight);
+
(int16_t*)outbuffer,
+
alac->numchannels,
+
outputsamples,
+
interlacing_shift,
+
interlacing_leftweight);
} else {
int i;
for (i = 0; i < outputsamples; i++) {