Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-22 19:56:28 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-27 16:44:38 +0300
commite59e14eee11e2efd8b2c58ee1033682ddfe22845 (patch)
tree572817c6424529fef12a723591526720a2914626 /libavcodec/speedhqdec.c
parent4190019ff4672f38835fc0d03206bdf4278a8cb4 (diff)
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.c1
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)