Mercurial > libavcodec.hg
changeset 5506:737a4c7266da libavcodec
More indentation
author | vitor |
---|---|
date | Tue, 07 Aug 2007 12:53:22 +0000 |
parents | 5d1dd4849a15 |
children | 4be3d4a1c94b |
files | alac.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/alac.c Tue Aug 07 12:50:41 2007 +0000 +++ b/alac.c Tue Aug 07 12:53:22 2007 +0000 @@ -599,11 +599,11 @@ 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++) {