mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Cosmetics: indentation
Originally committed as revision 9978 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4a5e6389fe
commit
db695867eb
@ -400,10 +400,10 @@ static void predictor_decompress_fir_adapt(int32_t *error_buffer,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void reconstruct_stereo_16(int32_t *buffer[MAX_CHANNELS],
|
static void reconstruct_stereo_16(int32_t *buffer[MAX_CHANNELS],
|
||||||
int16_t *buffer_out,
|
int16_t *buffer_out,
|
||||||
int numchannels, int numsamples,
|
int numchannels, int numsamples,
|
||||||
uint8_t interlacing_shift,
|
uint8_t interlacing_shift,
|
||||||
uint8_t interlacing_leftweight)
|
uint8_t interlacing_leftweight)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
if (numsamples <= 0)
|
if (numsamples <= 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user