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?
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to