[FFmpeg-cvslog] avcodec/speedhq: Remove cast

Andreas Rheinhardt git at videolan.org
Thu Dec 31 17:53:42 EET 2020


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Tue Dec  8 21:59:09 2020 +0100| [2b04405b63ef6885f4c8a1898b51577152a151c8] | committer: Andreas Rheinhardt

avcodec/speedhq: Remove cast

Reviewed-by: Anton Khirnov <anton at khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2b04405b63ef6885f4c8a1898b51577152a151c8
---

 libavcodec/speedhq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/speedhq.c b/libavcodec/speedhq.c
index 748e8617f6..0c08894315 100644
--- a/libavcodec/speedhq.c
+++ b/libavcodec/speedhq.c
@@ -135,7 +135,7 @@ static const uint8_t speedhq_run[121] = {
 RLTable ff_rl_speedhq = {
     121,
     121,
-    (const uint16_t (*)[])speedhq_vlc,
+    speedhq_vlc,
     speedhq_run,
     speedhq_level,
 };



More information about the ffmpeg-cvslog mailing list