summaryrefslogtreecommitdiff
path: root/libavcodec/intelh263dec.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-27 19:06:36 +0100
committerAnton Khirnov <anton@khirnov.net>2022-07-04 18:16:11 +0200
commitc9a2506de9e906e82c4c99df759fcfc1142b24a4 (patch)
treebc36abbb44313265f5670f23a3861d3f136082db /libavcodec/intelh263dec.c
parent8cfb44cd2ec76306f0c4fbfd030b411f77298074 (diff)
get_bits: move check_marker() to mpegvideodec.h
It is only used by mpegvideo-based decoders - specifically mpeg12, intelh263, ituh263, mpeg4video.
Diffstat (limited to 'libavcodec/intelh263dec.c')
-rw-r--r--libavcodec/intelh263dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/intelh263dec.c b/libavcodec/intelh263dec.c
index e7e821d3b3..ded0a7f618 100644
--- a/libavcodec/intelh263dec.c
+++ b/libavcodec/intelh263dec.c
@@ -21,6 +21,7 @@
#include "codec_internal.h"
#include "mpegutils.h"
#include "mpegvideo.h"
+#include "mpegvideodec.h"
#include "h263data.h"
#include "h263dec.h"
#include "mpegvideodata.h"