summaryrefslogtreecommitdiffstats
path: root/libavcodec/atrac3plus.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/atrac3plus.h')
-rw-r--r--libavcodec/atrac3plus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/atrac3plus.h b/libavcodec/atrac3plus.h
index 9171e6e..1b001fa 100644
--- a/libavcodec/atrac3plus.h
+++ b/libavcodec/atrac3plus.h
@@ -202,7 +202,7 @@ void ff_atrac3p_generate_tones(Atrac3pChanUnitCtx *ch_unit, AVFloatDSPContext *f
* @param[in] ch_index which channel to process
* @param[in,out] sp ptr to channel spectrum to process
* @param[in] rng_index indicates which RNG table to use
- * @param[in] sb which subband to process
+ * @param[in] sb_num which subband to process
*/
void ff_atrac3p_power_compensation(Atrac3pChanUnitCtx *ctx, int ch_index,
float *sp, int rng_index, int sb_num);
OpenPOWER on IntegriCloud