diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-01-27 19:06:36 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-07-04 18:16:11 +0200 |
commit | c9a2506de9e906e82c4c99df759fcfc1142b24a4 (patch) | |
tree | bc36abbb44313265f5670f23a3861d3f136082db /libavcodec/ituh263dec.c | |
parent | 8cfb44cd2ec76306f0c4fbfd030b411f77298074 (diff) | |
download | ffmpeg-c9a2506de9e906e82c4c99df759fcfc1142b24a4.tar.gz |
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/ituh263dec.c')
-rw-r--r-- | libavcodec/ituh263dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ituh263dec.c b/libavcodec/ituh263dec.c index f01c942f04..af054360d8 100644 --- a/libavcodec/ituh263dec.c +++ b/libavcodec/ituh263dec.c @@ -48,6 +48,7 @@ #include "rv10dec.h" #include "mpeg4video.h" #include "mpegvideodata.h" +#include "mpegvideodec.h" #include "mpeg4videodec.h" // The defines below define the number of bits that are read at once for |