summaryrefslogtreecommitdiff
path: root/libavcodec/h263data.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-06-13 01:35:01 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:02:46 +0200
commite0b4fe0efa70116de36357135cc7f4744e9404c0 (patch)
tree4f6990feb82a34feeff8e81b38ec915a5d4e439e /libavcodec/h263data.c
parent2934a4b9a5ee4825480180421e4679c02e6cbbe5 (diff)
avcodec: Remove some unnecessary mpegvideo.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h263data.c')
-rw-r--r--libavcodec/h263data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263data.c b/libavcodec/h263data.c
index 20d0436fda..c520df3574 100644
--- a/libavcodec/h263data.c
+++ b/libavcodec/h263data.c
@@ -26,7 +26,7 @@
#include <stdint.h>
#include "h263data.h"
-#include "mpegvideo.h"
+#include "rl.h"
/* intra MCBPC, mb_type = (intra), then (intraq) */
const uint8_t ff_h263_intra_MCBPC_code[9] = { 1, 1, 2, 3, 1, 1, 2, 3, 1 };