[flac-dev] question about src/test_seeking.c - seek_barrage()
Brian Willoughby
brianw at audiobanshee.com
Sun Jan 31 17:46:42 PST 2016
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+la at 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
More information about the flac-dev
mailing list