1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-03 14:32:16 +02:00
Andreas Rheinhardt ac5bd4e41a avcodec/adpcm_data: Fix type mismatch for ff_adpcm_afc_coeffs
According to the header it is an array of int16_t, yet it is declared as
uint16_t. Fix this by using int16_t troughout and convert the definition
to use values in the range of int16_t.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-07-22 08:31:23 +02:00
..
2021-06-02 17:30:24 +02:00
2021-07-08 20:10:01 +02:00
2021-07-08 20:10:01 +02:00
2021-06-10 16:51:44 +02:00
2021-06-10 16:51:44 +02:00
2021-07-08 20:10:17 +02:00
2021-06-08 12:52:49 +02:00
2021-07-08 20:10:17 +02:00
2021-06-20 23:04:35 +08:00
2021-05-12 06:00:13 +02:00