diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-22 18:48:40 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-27 15:44:38 +0200 |
commit | 92b81a7c99ef82d8d8810f4432c46fc6ccffb59d (patch) | |
tree | 30bc0172b5164720594bf12e97e727ebca8bfb5f /libavcodec/mpeg12data.c | |
parent | a89b9d155b0657906e07bf9fac89f7eb203c30de (diff) | |
download | ffmpeg-92b81a7c99ef82d8d8810f4432c46fc6ccffb59d.tar.gz |
avcodec/mpeg12data: Remove ff_rl_mpeg1
No longer used anywhere.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpeg12data.c')
-rw-r--r-- | libavcodec/mpeg12data.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/mpeg12data.c b/libavcodec/mpeg12data.c index 1e3410bf2f..a55fa463a4 100644 --- a/libavcodec/mpeg12data.c +++ b/libavcodec/mpeg12data.c @@ -164,14 +164,6 @@ const int8_t ff_mpeg12_run[MPEG12_RL_NB_ELEMS] = { 25, 26, 27, 28, 29, 30, 31, }; -RLTable ff_rl_mpeg1 = { - 111, - 111, - ff_mpeg1_vlc_table, - ff_mpeg12_run, - ff_mpeg12_level, -}; - const uint8_t ff_mpeg12_mbAddrIncrTable[36][2] = { {0x1, 1}, {0x3, 3}, |