diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-07-20 15:51:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-07-24 15:32:15 +0200 |
commit | a081a6d201174026f7ff67835789e321164f132b (patch) | |
tree | 30489c0b56c24a29721ca35bcf28f4d750603460 /libavcodec/h264dsp_template.c | |
parent | b56031b992abc9953d8a774faa1ed36cf599162d (diff) | |
download | ffmpeg-a081a6d201174026f7ff67835789e321164f132b.tar.gz |
avcodec/mpc8huff: Make some arrays unsigned to prevent overflow
mpc8_q4_syms is an array of int8_t that is initialized using
values not in the range of an int8_t and that is only accessed via
a pointer to uint8_t in ff_init_vlc_sparse. The latter applies to all
the other *_bits and *_syms tables in mpc8huff.h, so make them all
unsigned.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/h264dsp_template.c')
0 files changed, 0 insertions, 0 deletions