Mercurial > libavcodec.hg
changeset 5505:5d1dd4849a15 libavcodec
Cosmetics: indentation
author | vitor |
---|---|
date | Tue, 07 Aug 2007 12:50:41 +0000 |
parents | 06956c599c4d |
children | 737a4c7266da |
files | alac.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/alac.c Tue Aug 07 12:44:23 2007 +0000 +++ b/alac.c Tue Aug 07 12:50:41 2007 +0000 @@ -400,10 +400,10 @@ } static void reconstruct_stereo_16(int32_t *buffer[MAX_CHANNELS], - int16_t *buffer_out, - int numchannels, int numsamples, - uint8_t interlacing_shift, - uint8_t interlacing_leftweight) + int16_t *buffer_out, + int numchannels, int numsamples, + uint8_t interlacing_shift, + uint8_t interlacing_leftweight) { int i; if (numsamples <= 0)