Commit 0bce55ac authored by Zane van Iperen's avatar Zane van Iperen Committed by Michael Niedermayer

avcodec/adpcm: update get_nb_samples() doc

Signed-off-by: 's avatarZane van Iperen <zane@zanevaniperen.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 7150123a
......@@ -668,7 +668,7 @@ static inline int16_t adpcm_argo_expand_nibble(ADPCMChannelStatus *cs, int nibbl
}
/**
* Get the number of samples that will be decoded from the packet.
* Get the number of samples (per channel) that will be decoded from the packet.
* In one case, this is actually the maximum number of samples possible to
* decode with the given buf_size.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment