avcodec/speedhq: Remove cast

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-12-08 21:59:09 +01:00
parent 0e3272d9a4
commit 2b04405b63

View file

@ -135,7 +135,7 @@ static const uint8_t speedhq_run[121] = {
RLTable ff_rl_speedhq = {
121,
121,
(const uint16_t (*)[])speedhq_vlc,
speedhq_vlc,
speedhq_run,
speedhq_level,
};