[flac-dev] question about src/test_seeking.c - seek_barrage()

lvqcl lvqcl.mail at gmail.com
Sun Jan 31 12:30:14 PST 2016


seek_barrage() has variable n of type long int (which is 32bit usually).
Then we see something like

    n = (long int)total_samples;

So, why n has type long int, and not FLAC__int64 or some other 64-bit type?


More information about the flac-dev mailing list