[FFmpeg-cvslog] avcodec/adpcm: update get_nb_samples() doc

Zane van Iperen git at videolan.org
Mon Apr 20 21:47:53 EEST 2020


ffmpeg | branch: master | Zane van Iperen <zane at zanevaniperen.com> | Sat Apr 18 00:59:33 2020 +0000| [0bce55ac89491842d6ff57a84a5222a00f03c772] | committer: Michael Niedermayer

avcodec/adpcm: update get_nb_samples() doc

Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0bce55ac89491842d6ff57a84a5222a00f03c772
---

 libavcodec/adpcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index 7d35884056..9ea6a268eb 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -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.
  *



More information about the ffmpeg-cvslog mailing list