[FFmpeg-cvslog] avcodec/adpcm_argo: fix incorrect documentation
Zane van Iperen
git at videolan.org
Tue Aug 4 11:03:45 EEST 2020
ffmpeg | branch: master | Zane van Iperen <zane at zanevaniperen.com> | Sun Aug 2 09:20:15 2020 +1000| [fa7ad81dab3e5cc60d69513ebc184a39ea7d53a2] | committer: Zane van Iperen
avcodec/adpcm_argo: fix incorrect documentation
Flag bit was in the wrong place.
Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa7ad81dab3e5cc60d69513ebc184a39ea7d53a2
---
libavcodec/adpcm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index 4de4a23289..b77f4b8ef6 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -1987,7 +1987,7 @@ static int adpcm_decode_frame(AVCodecContext *avctx, void *data,
* uint4_t right_samples[nb_samples];
*
* Format of the control byte:
- * MSB [SSSSDRRR] LSB
+ * MSB [SSSSRDRR] LSB
* S = (Shift Amount - 2)
* D = Decoder flag.
* R = Reserved
More information about the ffmpeg-cvslog
mailing list