comparison alsdec.c @ 10524:e5d7b184a5b0 libavcodec

Cosmetics: Re-indent
author alexc
date Thu, 12 Nov 2009 01:45:04 +0000
parents af172182963b
children d428e57f14c6
comparison
equal deleted inserted replaced
10523:af172182963b 10524:e5d7b184a5b0
669 669
670 while (b < b_max) 670 while (b < b_max)
671 count += div_blocks[b]; 671 count += div_blocks[b];
672 672
673 if (count) 673 if (count)
674 memset(buf, 0, sizeof(*buf) * count); 674 memset(buf, 0, sizeof(*buf) * count);
675 } 675 }
676 676
677 677
678 /** Decodes blocks independently. 678 /** Decodes blocks independently.
679 */ 679 */