aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders/raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/decoders/raw.h')
-rw-r--r--sound/decoders/raw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/decoders/raw.h b/sound/decoders/raw.h
index edbb108de7..e04f1b5621 100644
--- a/sound/decoders/raw.h
+++ b/sound/decoders/raw.h
@@ -69,7 +69,7 @@ enum RawFlags {
*/
struct RawStreamBlock {
int32 pos; ///< Position in stream of the block (in bytes of course!)
- int32 len; ///< Length of the block (in sample (pairs))
+ int32 len; ///< Length of the block (in raw samples, not sample pairs!)
};
/**