diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-30 01:20:07 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-04 17:41:34 +0200 |
commit | fccb23b7dddc28769013a3185fa79834ef3699d9 (patch) | |
tree | 872a334066600d560de24cb755afe7fef5a6aa78 /libavcodec/mpeg12enc.h | |
parent | b92e14147f8efb32f3dbbb112dbaa5a5ab9bcd03 (diff) | |
download | ffmpeg-fccb23b7dddc28769013a3185fa79834ef3699d9.tar.gz |
avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to it
It is better place for these declarations than
mpeg12data.h as RL VLC are just a variant of VLCs.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpeg12enc.h')
-rw-r--r-- | libavcodec/mpeg12enc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpeg12enc.h b/libavcodec/mpeg12enc.h index fbbc43f891..0455e5e4e2 100644 --- a/libavcodec/mpeg12enc.h +++ b/libavcodec/mpeg12enc.h @@ -25,9 +25,6 @@ #include <stdint.h> #include "mpegvideo.h" -#include "rl.h" - -void ff_mpeg1_init_uni_ac_vlc(const RLTable *rl, uint8_t *uni_ac_vlc_len); void ff_mpeg1_encode_picture_header(MpegEncContext *s, int picture_number); void ff_mpeg1_encode_mb(MpegEncContext *s, int16_t block[8][64], |