summaryrefslogtreecommitdiff
path: root/libavcodec/intelh263dec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-24 21:54:45 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-29 18:34:30 +0100
commit7f6596c8bb63d5ab8dec240568461b51d3b79c76 (patch)
tree6a4cc56e3aca5349b6aa4527202e7941e828a630 /libavcodec/intelh263dec.c
parent85bbae8473029a96d60cd0f9d8956a7c8aca49bb (diff)
downloadffmpeg-7f6596c8bb63d5ab8dec240568461b51d3b79c76.tar.gz
avcodec/h263: Move decoding-only stuff to a new header h263dec.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/intelh263dec.c')
-rw-r--r--libavcodec/intelh263dec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/intelh263dec.c b/libavcodec/intelh263dec.c
index 58c1b63c0a..9dde247298 100644
--- a/libavcodec/intelh263dec.c
+++ b/libavcodec/intelh263dec.c
@@ -20,7 +20,8 @@
#include "mpegutils.h"
#include "mpegvideo.h"
-#include "h263.h"
+#include "h263data.h"
+#include "h263dec.h"
#include "mpegvideodata.h"
/* don't understand why they choose a different header ! */