1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2017-01-19 19:15:42 +01:00
parent 45f4bf94af
commit 1df3d636d4

View File

@ -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,
};