diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-05-31 12:16:39 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-06-10 16:51:44 +0200 |
commit | ed728da3af6f8916c4b35472f822f05d41c4524c (patch) | |
tree | a6fa892ac23ac1a6412768ee6abc4a92b41fc8c5 | |
parent | 51200769c3f8360d83393200fa022b8bb2722a1c (diff) | |
download | ffmpeg-ed728da3af6f8916c4b35472f822f05d41c4524c.tar.gz |
tools/uncoded_frame: include required headers explicitly
-rw-r--r-- | tools/uncoded_frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |