Browse Source

More indentation

Originally committed as revision 9979 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak 18 years ago
parent
commit
92df891001
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      libavcodec/alac.c

+ 5
- 5
libavcodec/alac.c View File

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


Loading…
Cancel
Save