From ed728da3af6f8916c4b35472f822f05d41c4524c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 31 May 2021 12:16:39 +0200 Subject: tools/uncoded_frame: include required headers explicitly --- tools/uncoded_frame.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/uncoded_frame.c') diff --git a/tools/uncoded_frame.c b/tools/uncoded_frame.c index 3f850d344d..f441d3fbdc 100644 --- a/tools/uncoded_frame.c +++ b/tools/uncoded_frame.c @@ -6,6 +6,7 @@ #include "libavfilter/avfilter.h" #include "libavfilter/buffersink.h" #include "libavformat/avformat.h" +#include "libavcodec/codec_id.h" typedef struct { AVFormatContext *mux; -- cgit v1.2.3