diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-06-17 03:34:57 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 08:31:23 +0200 |
commit | ac5bd4e41a01eb45c2909e98d68a434ac58a32e5 (patch) | |
tree | 555263162b667dadcb0f2c62417c902804305c3c /libavcodec/snow.h | |
parent | 0a67ca63e43b53e41e01b52f7da02b9bdbc62f13 (diff) | |
download | ffmpeg-ac5bd4e41a01eb45c2909e98d68a434ac58a32e5.tar.gz |
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>
Diffstat (limited to 'libavcodec/snow.h')
0 files changed, 0 insertions, 0 deletions