This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avcodec/speedhq: Fix warning about "initialization from incompatible pointer type"
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.3
Michael Niedermayer
9 years ago
parent
45f4bf94af
commit
1df3d636d4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/speedhq.c
+ 1
- 1
libavcodec/speedhq.c
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,
};
Write
Preview
Loading…
Cancel
Save