summaryrefslogtreecommitdiff
path: root/libavcodec/speedhqenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-30 01:20:07 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-04 17:41:34 +0200
commitfccb23b7dddc28769013a3185fa79834ef3699d9 (patch)
tree872a334066600d560de24cb755afe7fef5a6aa78 /libavcodec/speedhqenc.c
parentb92e14147f8efb32f3dbbb112dbaa5a5ab9bcd03 (diff)
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/speedhqenc.c')
-rw-r--r--libavcodec/speedhqenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/speedhqenc.c b/libavcodec/speedhqenc.c
index 747ed679bd..4a009bd070 100644
--- a/libavcodec/speedhqenc.c
+++ b/libavcodec/speedhqenc.c
@@ -34,7 +34,7 @@
#include "avcodec.h"
#include "codec_internal.h"
#include "mpeg12data.h"
-#include "mpeg12enc.h"
+#include "mpeg12vlc.h"
#include "mpegvideo.h"
#include "mpegvideoenc.h"
#include "speedhqenc.h"