avcodec/speedhq: Fix warning about "initialization from incompatible pointer type"
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user