diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2007-08-07 12:50:41 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2007-08-07 12:50:41 +0000 |
commit | db695867ebf174cd04f37aa69e907fe8dc7ba314 (patch) | |
tree | 955383145172c3aac0c6f6467d0296f55b56e679 /libavcodec/alac.c | |
parent | 4a5e6389fe4c535703afc4d0ba075a674c144c8c (diff) | |
download | ffmpeg-db695867ebf174cd04f37aa69e907fe8dc7ba314.tar.gz |
Cosmetics: indentation
Originally committed as revision 9978 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alac.c')
-rw-r--r-- | libavcodec/alac.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 63dcc96af4..c69b07c010 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -400,10 +400,10 @@ static void predictor_decompress_fir_adapt(int32_t *error_buffer, } 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) |