diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2022-02-14 10:21:28 +0800 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-14 09:19:27 +0100 |
commit | d15f65c4699de54eafc3b9a8f145cad978666520 (patch) | |
tree | fad3c9a42c63485362754918a46feaa79b32e65f | |
parent | 71d3e717fbc609525f4cfb669a809ae58a16a2b3 (diff) | |
download | ffmpeg-d15f65c4699de54eafc3b9a8f145cad978666520.tar.gz |
avcodec/videotoolbox: add internal.h for header depenedency
Fixes build failures for videotoolbox
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavcodec/videotoolbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c index 51d4eacfd8..29c781cda4 100644 --- a/libavcodec/videotoolbox.c +++ b/libavcodec/videotoolbox.c @@ -29,6 +29,7 @@ #include "libavutil/pixdesc.h" #include "bytestream.h" #include "decode.h" +#include "internal.h" #include "h264dec.h" #include "hevcdec.h" #include "mpegvideo.h" |