Agreed.

Although there wasn't a universal standard when FLAC was started, it sure seems 
like int64_t and related types are available on all systems these days. Either 
FLAC__intXX or intXX_t are better than the old types, like byte, word, dword, 
quadword, or whatever.

Brian


On Jan 31, 2016, at 4:09 PM, Erik de Castro Lopo <mle...@mega-nerd.com> wrote:
> If I was writing FLAC from scratch now, I would not define any of these
> FLAC_intXX types and just use the standard <stdint.h> types.
> 
> Since this `n` variable is not part of the public API, I would use int64_t.
> 
> Erik
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to