Re: [Flac-dev] FLAC__FrameHeader's blocksize element

2007-09-09 Thread Josh Coalson
--- Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: > Hi all, > > I've found that the FLAC__FrameHeader struct's blocksize member > has values limited to the range (0, FLAC__MAX_BLOCK_SIZE] where > FLAC__MAX_BLOCK_SIZE is 65535. > > In the encoder, what determines the size of a block? in libFLAC

[Flac-dev] FLAC__FrameHeader's blocksize element

2007-09-07 Thread Erik de Castro Lopo
Hi all, I've found that the FLAC__FrameHeader struct's blocksize member has values limited to the range (0, FLAC__MAX_BLOCK_SIZE] where FLAC__MAX_BLOCK_SIZE is 65535. In the encoder, what determines the size of a block? Cheers, Erik -- ---