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:
parent
0e3272d9a4
commit
2b04405b63
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue