comparison alac.c @ 5505:5d1dd4849a15 libavcodec

Cosmetics: indentation
author vitor
date Tue, 07 Aug 2007 12:50:41 +0000
parents 06956c599c4d
children 737a4c7266da
comparison
equal deleted inserted replaced
5504:06956c599c4d 5505:5d1dd4849a15
398 } 398 }
399 } 399 }
400 } 400 }
401 401
402 static void reconstruct_stereo_16(int32_t *buffer[MAX_CHANNELS], 402 static void reconstruct_stereo_16(int32_t *buffer[MAX_CHANNELS],
403 int16_t *buffer_out, 403 int16_t *buffer_out,
404 int numchannels, int numsamples, 404 int numchannels, int numsamples,
405 uint8_t interlacing_shift, 405 uint8_t interlacing_shift,
406 uint8_t interlacing_leftweight) 406 uint8_t interlacing_leftweight)
407 { 407 {
408 int i; 408 int i;
409 if (numsamples <= 0) 409 if (numsamples <= 0)
410 return; 410 return;
411 411