You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -1987,7 +1987,7 @@ static int adpcm_decode_frame(AVCodecContext *avctx, void *data,
|
|||||||
* uint4_t right_samples[nb_samples];
|
* uint4_t right_samples[nb_samples];
|
||||||
*
|
*
|
||||||
* Format of the control byte:
|
* Format of the control byte:
|
||||||
* MSB [SSSSDRRR] LSB
|
* MSB [SSSSRDRR] LSB
|
||||||
* S = (Shift Amount - 2)
|
* S = (Shift Amount - 2)
|
||||||
* D = Decoder flag.
|
* D = Decoder flag.
|
||||||
* R = Reserved
|
* R = Reserved
|
||||||
|
Reference in New Issue
Block a user