From 8e208e0178bebb2403df6d2e1e0995fb0720f366 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 24 Jan 2022 18:00:07 +0100 Subject: lavc/h264_parser: add missing headers --- libavcodec/h264_parser.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index aee7cdb934..4002bcad77 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -40,8 +40,11 @@ #include "get_bits.h" #include "golomb.h" #include "h264.h" +#include "h264dsp.h" +#include "h264_parse.h" #include "h264_sei.h" #include "h264_ps.h" +#include "h2645_parse.h" #include "h264data.h" #include "internal.h" #include "mpegutils.h" -- cgit v1.2.3