Commit 1df3d636 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/speedhq: Fix warning about "initialization from incompatible pointer type"

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 45f4bf94
...@@ -135,7 +135,7 @@ static const uint8_t speedhq_run[121] = { ...@@ -135,7 +135,7 @@ static const uint8_t speedhq_run[121] = {
static RLTable ff_rl_speedhq = { static RLTable ff_rl_speedhq = {
121, 121,
121, 121,
speedhq_vlc, (const uint16_t (*)[])speedhq_vlc,
speedhq_run, speedhq_run,
speedhq_level, speedhq_level,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment