Skip to content
Snippets Groups Projects
Commit 1df3d636 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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

parent 45f4bf94
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ static const uint8_t speedhq_run[121] = {
static RLTable ff_rl_speedhq = {
121,
121,
speedhq_vlc,
(const uint16_t (*)[])speedhq_vlc,
speedhq_run,
speedhq_level,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment