summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-05-31 12:16:39 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-10 16:51:44 +0200
commited728da3af6f8916c4b35472f822f05d41c4524c (patch)
treea6fa892ac23ac1a6412768ee6abc4a92b41fc8c5 /tools
parent51200769c3f8360d83393200fa022b8bb2722a1c (diff)
tools/uncoded_frame: include required headers explicitly
Diffstat (limited to 'tools')
-rw-r--r--tools/uncoded_frame.c1
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;