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/mpeg12vlc.h | |
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/mpeg12vlc.h')
-rw-r--r-- | libavcodec/mpeg12vlc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpeg12vlc.h b/libavcodec/mpeg12vlc.h index 15275c5269..3ed35968f6 100644 --- a/libavcodec/mpeg12vlc.h +++ b/libavcodec/mpeg12vlc.h @@ -28,7 +28,6 @@ #ifndef AVCODEC_MPEG12VLC_H #define AVCODEC_MPEG12VLC_H -#include "rl.h" #include "vlc.h" #define DC_VLC_BITS 9 @@ -52,8 +51,6 @@ void ff_mpeg12_init_vlcs(void); #define MPEG12_RL_NB_ELEMS 111 -extern RLTable ff_rl_mpeg1; - extern const int8_t ff_mpeg12_level[MPEG12_RL_NB_ELEMS]; extern const int8_t ff_mpeg12_run[MPEG12_RL_NB_ELEMS]; |