summaryrefslogtreecommitdiffstats
path: root/audio/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio.h')
-rw-r--r--audio/audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio.h b/audio/audio.h
index 8dbdc4e710..2fe4da92b1 100644
--- a/audio/audio.h
+++ b/audio/audio.h
@@ -35,7 +35,7 @@ struct mp_audio {
int nch; // number of channels (redundant with chmap)
int spf; // sub-samples per sample on each plane
int num_planes; // number of planes
- int bps; // size of sub-samples (af_fmt2bits(format) / 8)
+ int bps; // size of sub-samples (af_fmt2bps(format))
// private
int allocated[MP_NUM_CHANNELS]; // use mp_audio_get_allocated_size()