diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-22 18:56:28 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-27 15:44:38 +0200 |
commit | e59e14eee11e2efd8b2c58ee1033682ddfe22845 (patch) | |
tree | 572817c6424529fef12a723591526720a2914626 /libavcodec/speedhqdec.c | |
parent | 4190019ff4672f38835fc0d03206bdf4278a8cb4 (diff) | |
download | ffmpeg-e59e14eee11e2efd8b2c58ee1033682ddfe22845.tar.gz |
avcodec/speedhq: Remove unused ff_rl_speedhq
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/speedhqdec.c')
-rw-r--r-- | libavcodec/speedhqdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/speedhqdec.c b/libavcodec/speedhqdec.c index ac233b3645..e1e6f9a5f5 100644 --- a/libavcodec/speedhqdec.c +++ b/libavcodec/speedhqdec.c @@ -39,7 +39,6 @@ #include "mathops.h" #include "mpeg12data.h" #include "mpeg12vlc.h" -#include "rl.h" #include "speedhq.h" #define MAX_INDEX (64 - 1) |