aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12data.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-22 02:03:29 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-27 15:44:38 +0200
commit6bb0760a91576d53de960f8377d3ee341f14ec28 (patch)
tree9607665708f221c1de41d4bd6b4af2fcb860f5cf /libavcodec/mpeg12data.c
parent4a8fe21ab4390affc8da9ff51103d9d32fad0044 (diff)
downloadffmpeg-6bb0760a91576d53de960f8377d3ee341f14ec28.tar.gz
avcodec/mpeg12data: Remove unused ff_rl_mpeg2
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpeg12data.c')
-rw-r--r--libavcodec/mpeg12data.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/mpeg12data.c b/libavcodec/mpeg12data.c
index 398f70dd8a..5803999153 100644
--- a/libavcodec/mpeg12data.c
+++ b/libavcodec/mpeg12data.c
@@ -172,14 +172,6 @@ RLTable ff_rl_mpeg1 = {
mpeg1_level,
};
-RLTable ff_rl_mpeg2 = {
- 111,
- 111,
- ff_mpeg2_vlc_table,
- mpeg1_run,
- mpeg1_level,
-};
-
const uint8_t ff_mpeg12_mbAddrIncrTable[36][2] = {
{0x1, 1},
{0x3, 3},