stream frames are 64-bit

This commit is contained in:
Glenn Maynard
2006-11-30 06:41:41 +00:00
parent 2ee6acbcbe
commit a0abc1a89e
@@ -104,7 +104,7 @@ private:
int16_t buf[samples_per_block];
int16_t *p; // beginning of the unread data
int frames_in_buffer; // total number of frames (not samples) at p
int position; // position value of p
int64_t position; // position value of p
sound_block() { frames_in_buffer = position = 0; p = buf; }
};