Mercurial > libavcodec.hg
changeset 5504:06956c599c4d libavcodec
Rename function
author | vitor |
---|---|
date | Tue, 07 Aug 2007 12:44:23 +0000 |
parents | f5c43e693810 |
children | 5d1dd4849a15 |
files | alac.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/alac.c Tue Aug 07 00:02:29 2007 +0000 +++ b/alac.c Tue Aug 07 12:44:23 2007 +0000 @@ -399,7 +399,7 @@ } } -static void deinterlace_16(int32_t *buffer[MAX_CHANNELS], +static void reconstruct_stereo_16(int32_t *buffer[MAX_CHANNELS], int16_t *buffer_out, int numchannels, int numsamples, uint8_t interlacing_shift, @@ -598,7 +598,7 @@ switch(alac->setinfo_sample_size) { case 16: if (channels == 2) { - deinterlace_16(alac->outputsamples_buffer, + reconstruct_stereo_16(alac->outputsamples_buffer, (int16_t*)outbuffer, alac->numchannels, outputsamples,