lvqcl wrote:

> About a commit 
> http://git.xiph.org/?p=flac.git;a=commitdiff;h=40e817dc526d1d41e900bb0f54d1a4451bda01ed
> 
> I think it's more consistent to write
> 
> FLAC__int16 s16buffer[FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * 
> sizeof(FLAC__int32)/sizeof(FLAC__int16)];
> 
> instead of
> 
> FLAC__int16 s16buffer[FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * 
> sizeof(FLAC__int16)];

Really? Would you also write this? :

FLAC__int32 s32buffer[FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * 
sizeof(FLAC__int32)/sizeof(FLAC__int32)];

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to