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

Anton Khirnov anton at khirnov.net
Mon May 31 13:19:26 EEST 2021


---
 tools/uncoded_frame.c | 1 +
 1 file changed, 1 insertion(+)

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;
-- 
2.30.2



More information about the ffmpeg-devel mailing list