hopefully correct comment

This commit is contained in:
Bill Currie 2010-08-11 23:43:54 +00:00 committed by Jeff Teunissen
parent 2bb2d14b89
commit de35661d5d

View file

@ -67,7 +67,7 @@ struct dma_s {
int frames; //!< frames in buffer
//!< 1 frame = channels samples
int submission_chunk; //!< don't mix less than this #
int framepos; //!< ??
int framepos; //!< position of dma cursor
unsigned char *buffer; //!< destination for mixed sound
/** Transfer mixed samples to the output.
\param endtime sample end time (count = endtime - snd_paintedtime)