avcodec/adpcm: update get_nb_samples() doc

Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Zane van Iperen 2020-04-18 00:59:33 +00:00 committed by Michael Niedermayer
parent 7150123aab
commit 0bce55ac89
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*