Andreas Rheinhardt
628d02a611
avcodec/speedhqenc: Call correct function
...
Up until now, the SpeedHQ encoder called a wrong function for init:
void ff_init_uni_ac_vlc(const uint8_t huff_size_ac[256],
uint8_t *uni_ac_vlc_len);
Yet the first argument actually used is of type RLTable; the size of
said struct is less than 256 if the size of a pointer is four, leading
to an access beyond the end of the RLTable.
This commit fixes this by calling the actually intended function:
init_uni_ac_vlc() from mpeg12enc.c. It was intended to use this
function [1], yet doing so was forgotten when the patch was actually
applied.
[1]: https://ffmpeg.org/pipermail/ffmpeg-devel/2020-July/266187.html
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-12-11 02:20:05 +01:00
..
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:47 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 01:34:08 +01:00
2020-12-10 01:15:03 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 09:45:04 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 13:28:35 +01:00
2020-12-09 12:31:09 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 09:44:11 +01:00
2020-12-10 09:44:11 +01:00
2020-12-10 01:34:55 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 10:03:58 +01:00
2020-12-08 15:31:39 -08:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:47 +01:00
2020-12-11 02:20:05 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 10:07:09 +01:00
2020-12-10 10:07:09 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-11 02:20:05 +01:00
2020-12-11 02:20:05 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-09 12:50:05 +05:30
2020-12-08 17:51:47 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 01:36:16 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 10:03:58 +01:00
2020-12-11 02:20:05 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:47 +01:00
2020-12-09 14:42:20 -03:00
2020-12-08 15:31:39 -08:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 13:28:35 +01:00