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/mpeg12.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/mpeg12.c')
-rw-r--r-- | libavcodec/mpeg12.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index b0e638bfcd..5d5f39388f 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -37,6 +37,7 @@ #include "mpeg12codecs.h" #include "mpeg12data.h" #include "mpeg12dec.h" +#include "rl.h" #include "startcode.h" static const uint8_t table_mb_ptype[7][2] = { |