mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 03:11:20 +00:00
avcodec/adpcm_argo: fix incorrect documentation
Flag bit was in the wrong place. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
6ce4338943
commit
fa7ad81dab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user