summaryrefslogtreecommitdiff
path: root/libavcodec/eatqi.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-12-22 04:07:14 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-04 16:28:54 +0100
commit4707023a95cfa56824a1f0c2bcb4ffa3acc37af6 (patch)
tree8c74d856237b13305211da69f326494f52cc150f /libavcodec/eatqi.c
parentcbbd5e063dc5f2d4778e46c4d284a90512893007 (diff)
avcodec/mpegvideo: Remove unnecessary headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/eatqi.c')
-rw-r--r--libavcodec/eatqi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/eatqi.c b/libavcodec/eatqi.c
index 9beab58a83..8f502b3c56 100644
--- a/libavcodec/eatqi.c
+++ b/libavcodec/eatqi.c
@@ -37,6 +37,7 @@
#include "idctdsp.h"
#include "internal.h"
#include "mpeg12.h"
+#include "mpeg12data.h"
typedef struct TqiContext {
AVCodecContext *avctx;