diff mbox series

[FFmpeg-devel] tools/uncoded_frame: include required headers explicitly

Message ID 20210531101926.5590-1-anton@khirnov.net
State Accepted
Commit ed728da3af6f8916c4b35472f822f05d41c4524c
Headers show
Series [FFmpeg-devel] tools/uncoded_frame: include required headers explicitly | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Anton Khirnov May 31, 2021, 10:19 a.m. UTC
---
 tools/uncoded_frame.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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;