mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02: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…
x
Reference in New Issue
Block a user