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

Anton Khirnov git at videolan.org
Thu Jun 10 17:56:29 EEST 2021


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon May 31 12:16:39 2021 +0200| [ed728da3af6f8916c4b35472f822f05d41c4524c] | committer: Anton Khirnov

tools/uncoded_frame: include required headers explicitly

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed728da3af6f8916c4b35472f822f05d41c4524c
---

 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;



More information about the ffmpeg-cvslog mailing list