Files
ffmpeg/libavcodec
Andreas Rheinhardt d4cce1514e avcodec/webp: Use uint8_t for code lengths
They are always in the range 0..15, so using an int is not necessary.
Furthermore, using an int would not work if sizeof(int) != 4 as
ff_init_vlc_sparse() can only handle uint8_t, uint16_t and uint32_t
lengths.

Reviewed-by: zhilizhao(赵志立) <quinkblack@foxmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-10-27 11:51:01 +01:00
..
2020-10-25 23:44:26 +10:00
2020-09-18 11:34:11 +02:00
2020-10-25 23:44:26 +10:00
2020-10-15 22:53:56 +02:00
2020-08-26 21:13:38 +02:00
2020-08-26 21:13:38 +02:00
2020-10-07 22:16:09 +02:00
2020-10-07 22:16:09 +02:00
2020-10-15 21:20:40 +02:00
2020-10-24 19:11:12 +02:00
2020-10-24 16:50:29 +02:00
2020-10-25 23:44:26 +10:00
2020-10-19 05:15:00 +02:00
2020-09-01 14:19:19 +02:00
2020-10-15 22:53:56 +02:00
2020-10-25 23:44:26 +10:00
2020-10-23 10:37:04 +02:00
2020-10-16 00:38:50 +02:00